fix: testsuite with new spoiler setting

This commit is contained in:
aerinon
2024-06-07 10:55:04 -06:00
parent 7fe544861f
commit 5740a03c25

View File

@@ -29,7 +29,7 @@ def main(args=None):
['Std ', ' --mode standard'],
['Inv ', ' --mode inverted']]:
basecommand = f"python 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 --spoiler none"
def gen_seed():
taskcommand = basecommand + " " + command + mode[1]