Skip to content

Commit

Permalink
Merge pull request #17 from cocktail-collective/fix_api_to_work_with_…
Browse files Browse the repository at this point in the history
…civitai_updates

disable database downloader
  • Loading branch information
rfletchr authored Sep 20, 2024
2 parents 4c32e2d + b047a90 commit e7c2a10
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/cocktail/ui/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ def start():
if not args.no_update:
MAIN_CONTROLLER.database_controller.updateModelData()

startup_controller = StartupController()
startup_controller.complete.connect(start)
startup_controller.canceled.connect(app.quit)
startup_controller.start()

start()
app.exec()


Expand Down

0 comments on commit e7c2a10

Please sign in to comment.