diff --git a/qt/aqt/update.py b/qt/aqt/update.py index 1b60ded48..fd0e4eafd 100644 --- a/qt/aqt/update.py +++ b/qt/aqt/update.py @@ -52,7 +52,7 @@ def check_for_update() -> None: QueryOp(parent=mw, op=do_check, success=on_done).failure( on_fail - ).run_in_background() + ).without_collection().run_in_background() def prompt_to_update(mw: aqt.AnkiQt, ver: str) -> None: