feat: add post
This commit is contained in:
parent
efb18449cc
commit
2ef0875e73
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ threads = Blueprint('threads', __name__, template_folder='templates', static_fol
|
||||||
|
|
||||||
# TODO: move following to an app config or sqlite #########
|
# TODO: move following to an app config or sqlite #########
|
||||||
thread_ids = [
|
thread_ids = [
|
||||||
|
'114202630459242553',
|
||||||
'114012659479108663',
|
'114012659479108663',
|
||||||
'113986386529736815',
|
'113986386529736815',
|
||||||
'113775430984622212',
|
'113775430984622212',
|
||||||
|
@ -23,7 +24,7 @@ thread_ids = [
|
||||||
'112857168376771706',
|
'112857168376771706',
|
||||||
'112524983806134679',
|
'112524983806134679',
|
||||||
'112461583113763423',
|
'112461583113763423',
|
||||||
'112457129122626146',
|
# '112457129122626146',
|
||||||
# '112446314845243621',
|
# '112446314845243621',
|
||||||
# '112438729626526601',
|
# '112438729626526601',
|
||||||
# '112410098697040344',
|
# '112410098697040344',
|
||||||
|
|
Loading…
Reference in a new issue