From 428933ba816bb124786a4581c2d8fff915238c15 Mon Sep 17 00:00:00 2001 From: AmazingAmpharos Date: Thu, 8 Feb 2018 04:45:10 -0600 Subject: [PATCH] Custom argument expansion Just adds dead values to the world declaration for the custom related arguments so this file can still run. --- Plando.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plando.py b/Plando.py index 7d741912..c49d38d0 100755 --- a/Plando.py +++ b/Plando.py @@ -33,7 +33,7 @@ def main(args): start_time = time.clock() # initialize the world - world = World('vanilla', 'noglitches', 'standard', 'normal', 'none', 'on', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, args.disablemusic, False) + world = World('vanilla', 'noglitches', 'standard', 'normal', 'none', 'on', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, args.disablemusic, False, False, None) logger = logging.getLogger('') hasher = hashlib.md5()