From d20294cabe2d77e53befdebe7e8d77aba587e197 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 16 Feb 2025 13:08:50 +0100 Subject: [PATCH] fix: wrong order of 2 latest posts --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 8a25648..e320a67 100755 --- a/threads.py +++ b/threads.py @@ -10,8 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ - '113986386529736815', '114012659479108663', + '113986386529736815', '113775430984622212', '113650907203476875', '113449531956042438',