mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
expand rom auto_start to be customizable
This commit is contained in:
@@ -125,11 +125,10 @@ if __name__ == "__main__":
|
||||
if player_name:
|
||||
for file in os.listdir(output_path):
|
||||
if player_name in file:
|
||||
import webbrowser
|
||||
import MultiClient
|
||||
import asyncio
|
||||
|
||||
romfilename = os.path.join(output_path, file)
|
||||
print(f"Launching ROM file {romfilename}")
|
||||
webbrowser.open(romfilename)
|
||||
asyncio.run(MultiClient.run_game(os.path.join(output_path, file)))
|
||||
break
|
||||
|
||||
if any((zip_roms, zip_multidata, zip_spoiler, zip_diffs)):
|
||||
|
Reference in New Issue
Block a user