pass in a 0 timediff if using stock sync()

This commit is contained in:
Damien Elmes 2010-12-25 12:43:35 +09:00
parent f0bf1989bc
commit ff5bc72121

View file

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