+ Back
+
+ {% endif %}
+
-
{% for thread in threads %}
-
+
{% if thread.account.avatar is defined %}
diff --git a/threads.py b/threads.py index 761f391..dcc46a0 100755 --- a/threads.py +++ b/threads.py @@ -8,7 +8,7 @@ server = 'https://social.ayco.io' thread_ids = ['112319729193615365', '112258065967208438'] app = { "title":"Ayo's Threads", - "description": "Incubator for thoughts before they become a blog." + "description": "Release candidate for thoughts before they become a blog." } attribution = { "owner": "Ayo Ayco",