Browse Source

Mark that TODO

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
f030ed8616
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      dropship.py

1
dropship.py

@ -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()

Loading…
Cancel
Save