Fix syncing with AnkiDroid

This commit is contained in:
jdoe0
2015-11-29 11:53:58 +07:00
parent d3eab4266e
commit 3baad9cfac
3 changed files with 11 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ like ankisyncd.py) containing the code below and put it in ~/Anki/addons.
import anki.sync
anki.sync.SYNC_BASE = 'http://127.0.0.1:27701/'
anki.sync.SYNC_MEDIA_BASE = 'http://127.0.0.1:27701/mediasync/'
anki.sync.SYNC_MEDIA_BASE = 'http://127.0.0.1:27701/msync/'
Replace 127.0.0.1 with the IP address or the domain name of your server if
ankisyncd is not running on the same machine as Anki.