diff --git a/threads.py b/threads.py index a9e0d8e..c0957ca 100755 --- a/threads.py +++ b/threads.py @@ -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 = {