From 81a17fa93c0da0839aee85344aa1923b72342676 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 19 Jan 2025 17:07:58 +0100 Subject: [PATCH] feat: add status; only show 15 --- threads.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/threads.py b/threads.py index 8c12829..ff6b19e 100755 --- a/threads.py +++ b/threads.py @@ -10,6 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ + '113775430984622212', + # '113808885064957157', # -- has embed, erroring: no account '113650907203476875', '113449531956042438', '113300434695033812', @@ -24,14 +26,14 @@ thread_ids = [ '112446314845243621', '112438729626526601', '112410098697040344', - '112400284252533385', - '112365019457303644', - '112360396639315016', - '112305891918761955', - '112258065967208438', - '111657861089216432', - '110639728990416918', - '109545132056133905' + # '112400284252533385', + # '112365019457303644', + # '112360396639315016', + # '112305891918761955', + # '112258065967208438', + # '111657861089216432', + # '110639728990416918', + # '109545132056133905' ] ###########################################################