Mark that TODO

This commit is contained in:
Luke Murphy 2020-07-22 19:18:29 +02:00
parent 4b4818d4cc
commit f030ed8616
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -112,6 +112,7 @@ async def main():
if __name__ == "__main__":
try:
# TODO(decentral1se): also handle Ctrl-C escape from terminal
loop.run_until_complete(main())
finally:
loop.close()