From f3aa14d5ebc15a604716541319ee2b3b351e2dbf Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 7 May 2024 21:32:14 +0000 Subject: [PATCH] refactor: comment out problematic status id --- threads.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 705f8a3..ea88232 100755 --- a/threads.py +++ b/threads.py @@ -8,7 +8,13 @@ threads = Blueprint('threads', __name__) # TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io' -thread_ids = ['1124002842533385', '112365019457303644', '112360396639315016', '112305891918761955', '112258065967208438', '109545132056133905'] +thread_ids = [ + # '1124002842533385', + '112365019457303644', + '112360396639315016', + '112305891918761955', + '112258065967208438', + '109545132056133905'] app = { "site_name": "ayco.io/threads", "title":"Ayo's Threads",