change: python cmd not version specific

This commit is contained in:
aerinon
2024-06-07 07:35:11 -06:00
parent 4315b99908
commit 0d536a593b

View File

@@ -29,7 +29,7 @@ def main(args=None):
['Std ', ' --mode standard'], ['Std ', ' --mode standard'],
['Inv ', ' --mode inverted']]: ['Inv ', ' --mode inverted']]:
basecommand = f"python3.8 DungeonRandomizer.py --door_shuffle {args.dr} --intensity {args.tense} --suppress_rom --suppress_spoiler" basecommand = f"python DungeonRandomizer.py --door_shuffle {args.dr} --intensity {args.tense} --suppress_rom --suppress_spoiler"
def gen_seed(): def gen_seed():
taskcommand = basecommand + " " + command + mode[1] taskcommand = basecommand + " " + command + mode[1]