Calls onSync to prevent the corruption of collection message
This commit is contained in:
parent
a16bd94341
commit
834b5ace7b
@ -948,7 +948,7 @@ class AnkiBridge:
|
|||||||
timer.start(1000) # 1s should be enough to allow the response to be sent.
|
timer.start(1000) # 1s should be enough to allow the response to be sent.
|
||||||
|
|
||||||
def sync(self):
|
def sync(self):
|
||||||
self.window()._sync()
|
self.window().onSync()
|
||||||
|
|
||||||
#
|
#
|
||||||
# AnkiConnect
|
# AnkiConnect
|
||||||
|
Loading…
Reference in New Issue
Block a user