Calls onSync to prevent the corruption of collection message

This commit is contained in:
Sudarshan Gaikaiwari 2018-02-21 07:28:28 -06:00
parent a16bd94341
commit 834b5ace7b

View File

@ -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