From 490d0116e6cd2eb70238191a44d7c824570c91ac Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 13:18:01 +0200 Subject: [PATCH] feat: comment out statuses for now until we get pagination --- threads.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/threads.py b/threads.py index 7662246..bbc7cdd 100755 --- a/threads.py +++ b/threads.py @@ -19,9 +19,11 @@ thread_ids = [ '112400284252533385', '112365019457303644', '112360396639315016', - '112305891918761955', - '112258065967208438', - '109545132056133905'] +# TODO: implement pagination +# '112305891918761955', +# '112258065967208438', +# '109545132056133905' +] app = { "site_name": "ayco.io/threads", "title":"Ayo's Threads",