From 721f467fc9ecc7500325033b6d55df6f1216622a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 2 May 2024 15:53:42 +0200 Subject: [PATCH] feat: add status --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 33266dd..b101fd8 100755 --- a/threads.py +++ b/threads.py @@ -8,7 +8,7 @@ threads = Blueprint('threads', __name__, template_folder='template') # TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io' -thread_ids = ['112365019457303644', '112305891918761955', '112258065967208438', '109545132056133905'] +thread_ids = ['112365019457303644', '112360396639315016', '112305891918761955', '112258065967208438', '109545132056133905'] app = { "site_name": "ayco.io/threads", "title":"Ayo's Threads",