mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
change sync url
This commit is contained in:
parent
21bce8192b
commit
a0f54015b3
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ class HttpSyncServerProxy(SyncServer):
|
|||
self.password = passwd
|
||||
self.syncURL="http://anki.ichi2.net/sync/"
|
||||
#self.syncURL="http://anki.ichi2.net:5001/sync/"
|
||||
self.syncURL="http://localhost:8001/sync/"
|
||||
#self.syncURL="http://localhost:8001/sync/"
|
||||
self.protocolVersion = 2
|
||||
self.sourcesToCheck = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue