mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-31 02:23:29 -07:00
Setup: add setup specific requirements
This commit is contained in:
@@ -308,8 +308,8 @@ async def main(args):
|
||||
if sys.stdin:
|
||||
input_task = asyncio.create_task(console_loop(ctx), name="Input")
|
||||
factorio_server_task = asyncio.create_task(factorio_spinup_server(ctx), name="FactorioSpinupServer")
|
||||
succesful_launch = await factorio_server_task
|
||||
if succesful_launch:
|
||||
successful_launch = await factorio_server_task
|
||||
if successful_launch:
|
||||
factorio_server_task = asyncio.create_task(factorio_server_watcher(ctx), name="FactorioServer")
|
||||
progression_watcher = asyncio.create_task(
|
||||
game_watcher(ctx), name="FactorioProgressionWatcher")
|
||||
|
||||
Reference in New Issue
Block a user