round of post-test fixes

This commit is contained in:
Fabian Dill
2021-07-23 20:04:51 +02:00
parent c99a689504
commit 39a5921522
9 changed files with 14 additions and 12 deletions

View File

@@ -874,7 +874,7 @@ async def main():
logging.exception(e)
asyncio.create_task(run_game(adjustedromfile if adjusted else romfile))
ctx = Context(args.snes, args.connect, args.password, args.founditems)
ctx = Context(args.snes, args.connect, args.password)
input_task = asyncio.create_task(console_loop(ctx), name="Input")
if ctx.server_task is None: