fix certs bundling

This commit is contained in:
Damien Elmes 2011-12-04 19:09:47 +09:00
parent cca3b5cba6
commit e85603dae6

View file

@ -43,7 +43,7 @@ SYNC_HOST = os.environ.get("SYNC_HOST") or "dev.ankiweb.net"
SYNC_PORT = int(os.environ.get("SYNC_PORT") or 80) SYNC_PORT = int(os.environ.get("SYNC_PORT") or 80)
SYNC_URL = "http://%s:%d/sync/" % (SYNC_HOST, SYNC_PORT) SYNC_URL = "http://%s:%d/sync/" % (SYNC_HOST, SYNC_PORT)
SYNC_VER = 0 SYNC_VER = 0
HTTP_CERTS = os.path.join(os.path.basename(__file__), "ankiweb.certs") HTTP_CERTS = os.path.join(os.path.dirname(__file__), "ankiweb.certs")
HTTP_TIMEOUT = 60 HTTP_TIMEOUT = 60
# deck schema # deck schema