feat: add status; only show 15
This commit is contained in:
parent
525936a635
commit
81a17fa93c
1 changed files with 10 additions and 8 deletions
18
threads.py
18
threads.py
|
@ -10,6 +10,8 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
|
|||
|
||||
# TODO: move following to an app config or sqlite #########
|
||||
thread_ids = [
|
||||
'113775430984622212',
|
||||
# '113808885064957157', # -- has embed, erroring: no account
|
||||
'113650907203476875',
|
||||
'113449531956042438',
|
||||
'113300434695033812',
|
||||
|
@ -24,14 +26,14 @@ thread_ids = [
|
|||
'112446314845243621',
|
||||
'112438729626526601',
|
||||
'112410098697040344',
|
||||
'112400284252533385',
|
||||
'112365019457303644',
|
||||
'112360396639315016',
|
||||
'112305891918761955',
|
||||
'112258065967208438',
|
||||
'111657861089216432',
|
||||
'110639728990416918',
|
||||
'109545132056133905'
|
||||
# '112400284252533385',
|
||||
# '112365019457303644',
|
||||
# '112360396639315016',
|
||||
# '112305891918761955',
|
||||
# '112258065967208438',
|
||||
# '111657861089216432',
|
||||
# '110639728990416918',
|
||||
# '109545132056133905'
|
||||
]
|
||||
|
||||
###########################################################
|
||||
|
|
Loading…
Reference in a new issue