diff --git a/plugins/ExamplePlugin/plugin.py b/plugins/ExamplePlugin/plugin.py index c2f6ad2b2..68c675562 100644 --- a/plugins/ExamplePlugin/plugin.py +++ b/plugins/ExamplePlugin/plugin.py @@ -56,7 +56,7 @@ class plugin_Example: # The plugin's class try: entry1.set_text(self.config.get("option1")) entry2.set_text(self.config.get("option2")) - except KeyError: + except: entry1.set_text("") entry2.set_text("") self.dialog.show()