From b739b791d42e1d4c63360c384c79f1246fca4979 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Wed, 19 Dec 2018 10:17:50 -0500 Subject: [PATCH] fix esi endpoint --- service/esiAccess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/esiAccess.py b/service/esiAccess.py index db1931fa2..8ec3dd95d 100644 --- a/service/esiAccess.py +++ b/service/esiAccess.py @@ -95,7 +95,7 @@ class EsiAccess(object): @property def esi_url(self): - return "https://esi.tech.ccp.is" + return "https://esi.evetech.net" @property def oauth_verify(self):