From 5e116d0bd2e340b7b8a06a8a148538c0a5d3c08b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 26 Apr 2024 11:54:40 +0200 Subject: [PATCH] feat: update app description --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index c355ee2..b61e221 100755 --- a/threads.py +++ b/threads.py @@ -8,7 +8,7 @@ server = 'https://social.ayco.io' thread_ids = ['112319729193615365', '112258065967208438', '109545132056133905'] app = { "title":"Ayo's Threads", - "description": "Release candidate for thoughts before they become a blog." + "description": "Incubator for thoughts before they become a blog." } attribution = { "owner": "Ayo Ayco",