chore: remove one status
This commit is contained in:
parent
7b30b77635
commit
93c007b769
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue