From 82aee8a8bdcfac7e3af9f552ad6bac32118ec393 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 12 Jun 2024 09:40:29 +0200 Subject: [PATCH] feat: show 2 old posts --- threads.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threads.py b/threads.py index bd8514f..67e3a2d 100755 --- a/threads.py +++ b/threads.py @@ -23,8 +23,8 @@ thread_ids = [ '112360396639315016', '112305891918761955', '112258065967208438', -# TODO: implement pagination -# '109545132056133905' + '110639728990416918', + '109545132056133905' ] ###########################################################