mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
pass in a 0 timediff if using stock sync()
This commit is contained in:
parent
f0bf1989bc
commit
ff5bc72121
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class SyncTools(object):
|
|||
|
||||
def sync(self):
|
||||
"Sync two decks locally. Reimplement this for finer control."
|
||||
if not self.prepareSync():
|
||||
if not self.prepareSync(0):
|
||||
return
|
||||
sums = self.summaries()
|
||||
payload = self.genPayload(sums)
|
||||
|
|
Loading…
Reference in a new issue