feat: add status
This commit is contained in:
parent
95aa827e30
commit
51476f6e7a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +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 = [
|
||||||
# '1124002842533385',
|
'112400284252533385',
|
||||||
'112365019457303644',
|
'112365019457303644',
|
||||||
'112360396639315016',
|
'112360396639315016',
|
||||||
'112305891918761955',
|
'112305891918761955',
|
||||||
|
|
Loading…
Reference in a new issue