aboutsummaryrefslogtreecommitdiffstats
path: root/tagit
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-06 11:58:55 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-06 11:58:55 +0100
commit11e0cc65dfa7158b987c25557775732c5eafba87 (patch)
treed8260779a84d7bdbd20e4834407c248299e441bf /tagit
parent5d433451469149beae56e482ff42a0d7a7c76ba8 (diff)
downloadtagit-11e0cc65dfa7158b987c25557775732c5eafba87.tar.gz
tagit-11e0cc65dfa7158b987c25557775732c5eafba87.tar.bz2
tagit-11e0cc65dfa7158b987c25557775732c5eafba87.zip
bugfix
Diffstat (limited to 'tagit')
-rw-r--r--tagit/apps/desktop.py2
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()