summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anki2.0.py4
-rw-r--r--anki2.1.28.py2
-rw-r--r--anki2.1.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/anki2.0.py b/anki2.0.py
index cbcb109fa031..773fa2ac3753 100644
--- a/anki2.0.py
+++ b/anki2.0.py
@@ -1,3 +1,3 @@
import anki.sync
-anki.sync.SYNC_BASE = 'http://0.0.0.0:27702/'
-anki.sync.SYNC_MEDIA_BASE = 'http://0.0.0.0:27702/msync/'
+anki.sync.SYNC_BASE = 'http://0.0.0.0:27701/'
+anki.sync.SYNC_MEDIA_BASE = 'http://0.0.0.0:27701/msync/'
diff --git a/anki2.1.28.py b/anki2.1.28.py
index fa03e266b50e..922f75cca399 100644
--- a/anki2.1.28.py
+++ b/anki2.1.28.py
@@ -1,5 +1,5 @@
import os
-addr = "http://0.0.0.0:27702/" # put your server address here
+addr = "http://0.0.0.0:27701/" # put your server address here
os.environ["SYNC_ENDPOINT"] = addr + "sync/"
os.environ["SYNC_ENDPOINT_MEDIA"] = addr + "msync/"
diff --git a/anki2.1.py b/anki2.1.py
index 1eac30427183..6adb84d54363 100644
--- a/anki2.1.py
+++ b/anki2.1.py
@@ -1,6 +1,6 @@
import anki.sync, anki.hooks, aqt
-addr = "http://0.0.0.0:27702/" # put your server address here
+addr = "http://0.0.0.0:27701/" # put your server address here
anki.sync.SYNC_BASE = "%s" + addr
def resetHostNum():
aqt.mw.pm.profile['hostNum'] = None