Custom argument expansion

Just adds dead values to the world declaration for the custom related arguments so this file can still run.
This commit is contained in:
AmazingAmpharos 2018-02-08 04:45:10 -06:00 committed by GitHub
parent bded86957d
commit 428933ba81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()