From 5767e2738d29823cb46ccfbcf68a4fee789237dd Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 26 Apr 2024 12:05:10 +0200 Subject: [PATCH] chore: remove one status --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index b61e221..62f808d 100755 --- a/threads.py +++ b/threads.py @@ -5,7 +5,7 @@ threads = Blueprint('threads', __name__, template_folder='template') # TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io' -thread_ids = ['112319729193615365', '112258065967208438', '109545132056133905'] +thread_ids = ['112258065967208438', '109545132056133905'] app = { "title":"Ayo's Threads", "description": "Incubator for thoughts before they become a blog."