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__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
server = 'https://social.ayco.io'
|
server = 'https://social.ayco.io'
|
||||||
thread_ids = ['112294405672971916']
|
thread_ids = ['112294405672971916', '112258065967208438']
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def home():
|
def home():
|
||||||
|
|
Loading…
Reference in a new issue