mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
include client type in cv
This commit is contained in:
parent
ec3850aab2
commit
33403fd890
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ class RemoteServer(HttpSyncer):
|
|||
|
||||
def meta(self):
|
||||
ret = self.req(
|
||||
"meta", StringIO(json.dumps(dict(v=SYNC_VER, cv=anki.version))),
|
||||
"meta", StringIO(json.dumps(dict(v=SYNC_VER, cv="ankidesktop,"+anki.version))),
|
||||
badAuthRaises=False)
|
||||
if not ret:
|
||||
# invalid auth
|
||||
|
|
Loading…
Reference in a new issue