change: python cmd not version specific
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user