From 8022612b16619566e13f54fbb98458131ffb5670 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 19 May 2024 08:28:59 +0200 Subject: [PATCH] chore: remove status --- threads.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threads.py b/threads.py index a9e0d8e..c0957ca 100755 --- a/threads.py +++ b/threads.py @@ -10,7 +10,6 @@ threads = Blueprint('threads', __name__, template_folder='templates') server = 'https://social.ayco.io' thread_ids = [ '112461583113763423', - '112460595916342992', '112457129122626146', '112446314845243621', '112438729626526601', @@ -19,8 +18,8 @@ thread_ids = [ '112365019457303644', '112360396639315016', '112305891918761955', + '112258065967208438', # TODO: implement pagination -# '112258065967208438', # '109545132056133905' ] app = {