cleanup, starting on live listen

This commit is contained in:
muskit
2022-09-27 17:40:48 -07:00
committed by msk
parent 4f53bda1f8
commit 609e034063
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ async def async_main():
match PROGRAM_ARGS.mode.lower():
case 'l' | 'listen':
print('RUNNING IN LISTEN MODE\n')
listen.run()
await listen.run()
case 'c' | 'catchup':
print('RUNNING IN CATCH-UP MODE\n')
await catchup.run(PROGRAM_ARGS)