From 11e0cc65dfa7158b987c25557775732c5eafba87 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Fri, 6 Jan 2023 11:58:55 +0100 Subject: bugfix --- tagit/apps/desktop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tagit') 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() -- cgit v1.2.3