From 93c007b76930104df94a608c3aa9f48764ddf7db Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 14:13:17 +0200 Subject: [PATCH] chore: remove one status --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index ef2d837..53ca14b 100755 --- a/threads.py +++ b/threads.py @@ -5,7 +5,7 @@ import requests threads = Blueprint('threads', __name__, template_folder='template') server = 'https://social.ayco.io' -thread_ids = ['112319729193615365', '112294405672971916', '112258065967208438'] +thread_ids = ['112319729193615365', '112258065967208438'] @threads.route('/') def home():