Bunch of renaming to bring variables up to speed

This commit is contained in:
Ryan Holmes
2018-03-16 18:08:01 -04:00
parent 8a10f0a766
commit 3ec01a20c2
8 changed files with 19 additions and 27 deletions

View File

@@ -4,7 +4,6 @@ import socket
import threading
from logbook import Logger
from service.settings import CRESTSettings
pyfalog = Logger(__name__)
# noinspection PyPep8
@@ -83,7 +82,7 @@ class AuthHandler(http.server.BaseHTTPRequestHandler):
if step2:
self.server.callback(parts)
pyfalog.info("Successfully logged into EVE.")
msg = "If you see this message then it means you should be logged into CREST. You may close this window and return to the application."
msg = "If you see this message then it means you should be logged into EVE SSO. You may close this window and return to the application."
else:
# For implicit mode, we have to serve up the page which will take the hash and redirect using a querystring
pyfalog.info("Processing response from EVE Online.")