diff --git a/config.py b/config.py index 0e2690be9..08d641195 100644 --- a/config.py +++ b/config.py @@ -45,7 +45,7 @@ language = None API_CLIENT_ID = '095d8cd841ac40b581330919b49fe746' ESI_CACHE = 'esi_cache' -SSO_CALLBACK = 'http://127.0.0.1:5500/callback.html' +SSO_CALLBACK = 'https://pyfa-org.github.io/Pyfa/callback' LOGLEVEL_MAP = { "critical": CRITICAL,