fix timezone representation for TWINT tweets

This commit is contained in:
msk
2022-10-04 04:01:01 -07:00
parent ebd49e9c8c
commit 2fdb44cef9
3 changed files with 36 additions and 17 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ async def async_main():
print('RUNNING IN CATCH UP MODE')
if await catchup.run(PROGRAM_ARGS) and PROGRAM_ARGS.auto_listen:
print('CATCH UP MODE DONE, GOING INTO LISTEN MODE')
await listen.run()
listen.run()
elif mode in ['d', 'delete-all']:
print('WARNING: SELF-DESTRUCT MODE')
await self_destruct()