mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix clock off message
This commit is contained in:
parent
36aae26616
commit
b6665230d1
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ sync was aborted. Please report this error.""")
|
|||
self.proxy = proxy
|
||||
# check clock
|
||||
if proxy.timediff > 300:
|
||||
self.emit(SIGNAL("syncClockOff"), timediff)
|
||||
self.emit(SIGNAL("syncClockOff"), proxy.timediff)
|
||||
raise SyncError(type="clockOff")
|
||||
return self.proxy
|
||||
|
||||
|
|
Loading…
Reference in a new issue