chore: remove status

This commit is contained in:
Ayo Ayco 2024-05-19 08:28:59 +02:00
parent 78c06a09ae
commit 8022612b16

View file

@ -10,7 +10,6 @@ threads = Blueprint('threads', __name__, template_folder='templates')
server = 'https://social.ayco.io' server = 'https://social.ayco.io'
thread_ids = [ thread_ids = [
'112461583113763423', '112461583113763423',
'112460595916342992',
'112457129122626146', '112457129122626146',
'112446314845243621', '112446314845243621',
'112438729626526601', '112438729626526601',
@ -19,8 +18,8 @@ thread_ids = [
'112365019457303644', '112365019457303644',
'112360396639315016', '112360396639315016',
'112305891918761955', '112305891918761955',
'112258065967208438',
# TODO: implement pagination # TODO: implement pagination
# '112258065967208438',
# '109545132056133905' # '109545132056133905'
] ]
app = { app = {