diff --git a/AnkiConnect.py b/AnkiConnect.py index 5280dd4..5a96d47 100644 --- a/AnkiConnect.py +++ b/AnkiConnect.py @@ -948,7 +948,7 @@ class AnkiBridge: timer.start(1000) # 1s should be enough to allow the response to be sent. def sync(self): - self.window()._sync() + self.window().onSync() # # AnkiConnect