protocol 4 sync

This commit is contained in:
Damien Elmes 2008-11-15 00:41:24 +09:00
parent a3d305c30c
commit 9775213845

View file

@ -38,7 +38,6 @@ from anki.lang import _
if simplejson.__version__ < "1.7.3": if simplejson.__version__ < "1.7.3":
raise "SimpleJSON must be 1.7.3 or later." raise "SimpleJSON must be 1.7.3 or later."
# Protocol 3 code
########################################################################## ##########################################################################
class SyncTools(object): class SyncTools(object):
@ -895,7 +894,7 @@ class HttpSyncServerProxy(SyncServer):
self.password = passwd self.password = passwd
self.syncURL="http://anki.ichi2.net/sync/" self.syncURL="http://anki.ichi2.net/sync/"
#self.syncURL="http://localhost:8001/sync/" #self.syncURL="http://localhost:8001/sync/"
self.protocolVersion = 3 self.protocolVersion = 4
self.sourcesToCheck = [] self.sourcesToCheck = []
def connect(self, clientVersion=""): def connect(self, clientVersion=""):