Browse Source

rename param

pull/150/head
chriskiehl 8 years ago
parent
commit
43e0be411e
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/python_bindings/gooey_decorator.py

2
gooey/python_bindings/gooey_decorator.py

@ -22,7 +22,7 @@ IGNORE_COMMAND = '--ignore-gooey'
def Gooey(f=None,
advanced=True,
language='english',
show_config=True,
autostart=False, # TODO: add this to the docs. Used to be `show_config=True`
program_name=None,
program_description=None,
default_size=(610, 530),

Loading…
Cancel
Save