diff --git a/threads.py b/threads.py index 58f973b..6b4ac1b 100755 --- a/threads.py +++ b/threads.py @@ -10,6 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol # TODO: move following to an app config or sqlite ######### thread_ids = [ + '115090396384901152', '114700726180478526', '114649657564007543', '114598027067799906', @@ -184,4 +185,3 @@ async def api(): @cache.cached(timeout=300) def api_thread(id): return fetch_thread(id) -