Fix console_scripts entry point
This commit is contained in:
parent
80f42fdc3f
commit
92eb79df71
@ -170,3 +170,7 @@ class App:
|
||||
logger.exception("CLI mode failed")
|
||||
else:
|
||||
gui.open_tagger_window(talker_api, self.options, error)
|
||||
|
||||
|
||||
def main():
|
||||
App().run()
|
||||
|
Loading…
Reference in New Issue
Block a user