fix cont=False handling in sync

This commit is contained in:
Damien Elmes 2015-03-02 21:09:12 +11:00
parent 0262da2700
commit 7024fed002
2 changed files with 0 additions and 3 deletions

View File

@ -122,7 +122,6 @@ class Syncer(object):
rts = meta['ts']
self.rmod = meta['mod']
self.maxUsn = meta['usn']
self.mediaUsn = meta['musn']
self.syncMsg = meta['msg']
# this is a temporary measure to address the problem of users
# forgetting which email address they've used - it will be removed

View File

@ -367,8 +367,6 @@ class SyncThread(QThread):
return self.fireEvent("clockOff")
elif ret == "basicCheckFailed" or ret == "sanityCheckFailed":
return self.fireEvent("checkFailed")
# note mediaUSN for later
self.mediaUsn = self.client.mediaUsn
# full sync?
if ret == "fullSync":
return self._fullSync()