chore: remove status
This commit is contained in:
parent
78c06a09ae
commit
8022612b16
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ threads = Blueprint('threads', __name__, template_folder='templates')
|
|||
server = 'https://social.ayco.io'
|
||||
thread_ids = [
|
||||
'112461583113763423',
|
||||
'112460595916342992',
|
||||
'112457129122626146',
|
||||
'112446314845243621',
|
||||
'112438729626526601',
|
||||
|
@ -19,8 +18,8 @@ thread_ids = [
|
|||
'112365019457303644',
|
||||
'112360396639315016',
|
||||
'112305891918761955',
|
||||
'112258065967208438',
|
||||
# TODO: implement pagination
|
||||
# '112258065967208438',
|
||||
# '109545132056133905'
|
||||
]
|
||||
app = {
|
||||
|
|
Loading…
Reference in a new issue