Browse Source

Close up that loop

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

5
dropship.py

@ -96,4 +96,7 @@ async def main():
if __name__ == "__main__":
loop.run_until_complete(main())
try:
loop.run_until_complete(main())
finally:
loop.close()

Loading…
Cancel
Save