Update addon code in README.md
This commit is contained in:
parent
dfe62472a1
commit
d3eab4266e
@ -83,6 +83,7 @@ like ankisyncd.py) containing the code below and put it in ~/Anki/addons.
|
|||||||
import anki.sync
|
import anki.sync
|
||||||
|
|
||||||
anki.sync.SYNC_BASE = 'http://127.0.0.1:27701/'
|
anki.sync.SYNC_BASE = 'http://127.0.0.1:27701/'
|
||||||
|
anki.sync.SYNC_MEDIA_BASE = 'http://127.0.0.1:27701/mediasync/'
|
||||||
|
|
||||||
Replace 127.0.0.1 with the IP address or the domain name of your server if
|
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.
|
ankisyncd is not running on the same machine as Anki.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user