From 6ed0bc91bb14975a2d12a5773ebfe4557877f619 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 8 Nov 2010 09:22:36 +0900 Subject: [PATCH] update sync url --- anki/sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anki/sync.py b/anki/sync.py index ccd6a9914..dfd772350 100644 --- a/anki/sync.py +++ b/anki/sync.py @@ -43,8 +43,8 @@ if simplejson.__version__ < "1.7.3": CHUNK_SIZE = 32768 MIME_BOUNDARY = "Anki-sync-boundary" # live -SYNC_URL = "http://anki.ichi2.net/sync/" -SYNC_HOST = "anki.ichi2.net"; SYNC_PORT = 80 +SYNC_URL = "http://ankiweb.net/sync/" +SYNC_HOST = "ankiweb.net"; SYNC_PORT = 80 # testing #SYNC_URL = "http://localhost:8001/sync/" #SYNC_HOST = "localhost"; SYNC_PORT = 8001