From 43e0be411e31efe8784affd89eb1873914569a06 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Thu, 7 Jan 2016 22:54:34 -0500 Subject: [PATCH] rename param --- gooey/python_bindings/gooey_decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/python_bindings/gooey_decorator.py b/gooey/python_bindings/gooey_decorator.py index 7f2a616..4a63dc6 100644 --- a/gooey/python_bindings/gooey_decorator.py +++ b/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),