feat: add second featured thread
This commit is contained in:
parent
83be6e7875
commit
de913b1a03
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -4,7 +4,7 @@ from flask import Flask
|
|||
app = Flask(__name__)
|
||||
|
||||
server = 'https://social.ayco.io'
|
||||
thread_ids = ['112294405672971916']
|
||||
thread_ids = ['112294405672971916', '112258065967208438']
|
||||
|
||||
@app.route('/')
|
||||
def home():
|
||||
|
|
Loading…
Reference in a new issue