diff options
-rw-r--r-- | tagit/apps/desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tagit/apps/desktop.py b/tagit/apps/desktop.py index 67733f0..086a503 100644 --- a/tagit/apps/desktop.py +++ b/tagit/apps/desktop.py @@ -40,7 +40,7 @@ class TagitApp(App): self.root.on_startup() -def main(): +def main(argv): """Start the tagit GUI. Opens a window to browse images.""" # Run the GUI app = TagitApp() |