mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix sync warning caused by mistake in typing work
This commit is contained in:
parent
68ea2fce49
commit
b7bfe58afe
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ def get_sync_status(
|
||||||
auth = mw.pm.sync_auth()
|
auth = mw.pm.sync_auth()
|
||||||
if not auth:
|
if not auth:
|
||||||
callback(SyncStatus(required=SyncStatus.NO_CHANGES)) # pylint:disable=no-member
|
callback(SyncStatus(required=SyncStatus.NO_CHANGES)) # pylint:disable=no-member
|
||||||
|
return
|
||||||
|
|
||||||
def on_future_done(fut) -> None:
|
def on_future_done(fut) -> None:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue