mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
formatting
This commit is contained in:
parent
c4ead8ad28
commit
1aaf1059b4
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ def on_progress(mw: aqt.main.AnkiQt):
|
|||
|
||||
assert isinstance(progress.val, DatabaseCheckProgress)
|
||||
mw.progress.update(
|
||||
process=False, label=progress.val.stage,
|
||||
process=False,
|
||||
label=progress.val.stage,
|
||||
value=progress.val.stage_current,
|
||||
max=progress.val.stage_total,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue