feat: add status
This commit is contained in:
parent
51476f6e7a
commit
090ee90fb1
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ threads = Blueprint('threads', __name__)
|
||||||
# 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 = [
|
thread_ids = [
|
||||||
|
'112410098697040344',
|
||||||
'112400284252533385',
|
'112400284252533385',
|
||||||
'112365019457303644',
|
'112365019457303644',
|
||||||
'112360396639315016',
|
'112360396639315016',
|
||||||
|
|
Loading…
Reference in a new issue