mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Webhost Update
introduce a very WIP tracker Server will try to reuse port and also try to only use one port
This commit is contained in:
@@ -1202,8 +1202,7 @@ async def main(args: argparse.Namespace):
|
||||
await ctx.shutdown_task
|
||||
|
||||
if __name__ == '__main__':
|
||||
loop = asyncio.get_event_loop()
|
||||
try:
|
||||
loop.run_until_complete(main(parse_args()))
|
||||
asyncio.run(main(parse_args()))
|
||||
except asyncio.exceptions.CancelledError:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user