feat: add status
This commit is contained in:
parent
d612d1b0a8
commit
bf98b58c90
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ threads = Blueprint('threads', __name__, template_folder='template')
|
||||||
|
|
||||||
# TODO: move following to an app config or sqlite #########
|
# TODO: move following to an app config or sqlite #########
|
||||||
server = 'https://social.ayco.io'
|
server = 'https://social.ayco.io'
|
||||||
thread_ids = ['112258065967208438', '109545132056133905']
|
thread_ids = ['112305891918761955', '112258065967208438', '109545132056133905']
|
||||||
app = {
|
app = {
|
||||||
"site_name": "ayco.io/threads",
|
"site_name": "ayco.io/threads",
|
||||||
"title":"Ayo's Threads",
|
"title":"Ayo's Threads",
|
||||||
|
|
Loading…
Reference in a new issue