From c658da0545027708423e2fc07376a8faa05ac6ce Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 3 Sep 2024 18:26:42 +0200 Subject: [PATCH] fix: status order --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 24e710a..d2f9d8c 100755 --- a/threads.py +++ b/threads.py @@ -11,8 +11,8 @@ threads = Blueprint('threads', __name__, template_folder='templates') # TODO: move following to an app config or sqlite ######### thread_ids = [ - '112979161274124372', '113073168505436055', + '112979161274124372', '112857903897175549', '112857168376771706', '112524983806134679',