Gui needs to provide (unused) jsonout args parameter

This commit is contained in:
LLCoolDave 2017-07-14 17:04:55 +02:00
parent de37916379
commit e717d454b9
1 changed files with 1 additions and 0 deletions

1
Gui.py
View File

@ -158,6 +158,7 @@ def guiMain(args=None):
guiargs.beatableonly = bool(beatableOnlyVar.get())
guiargs.quickswap = bool(quickSwapVar.get())
guiargs.rom = romVar.get()
guiargs.jsonout = None
guiargs.sprite = spriteVar.get() if spriteVar.get() else None
try:
if guiargs.count is not None: