chore: remove one status

This commit is contained in:
Ayo Ayco 2024-04-24 14:13:17 +02:00
parent 7b30b77635
commit 93c007b769

View file

@ -5,7 +5,7 @@ import requests
threads = Blueprint('threads', __name__, template_folder='template') threads = Blueprint('threads', __name__, template_folder='template')
server = 'https://social.ayco.io' server = 'https://social.ayco.io'
thread_ids = ['112319729193615365', '112294405672971916', '112258065967208438'] thread_ids = ['112319729193615365', '112258065967208438']
@threads.route('/') @threads.route('/')
def home(): def home():