From 1b5acc36d391894ecbbed0dc1e1eacc749e8e8a6 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 19 Oct 2021 00:15:22 -0400 Subject: [PATCH] update callback --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,