mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
bump protocol version
This commit is contained in:
parent
2db2b65df0
commit
efb71c754c
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ class HttpSyncServerProxy(SyncServer):
|
|||
self.deckName = None
|
||||
self.username = user
|
||||
self.password = passwd
|
||||
self.protocolVersion = 4
|
||||
self.protocolVersion = 5
|
||||
self.sourcesToCheck = []
|
||||
|
||||
def connect(self, clientVersion=""):
|
||||
|
|
Loading…
Reference in a new issue