From d3eab4266e803356ba72e724d739d2a377335bae Mon Sep 17 00:00:00 2001 From: jdoe0 Date: Fri, 27 Nov 2015 12:27:07 +0700 Subject: [PATCH] Update addon code in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3d49c1..965de5c 100644 --- a/README.md +++ b/README.md @@ -83,6 +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/' 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.