This commit is contained in:
Josh Smith
2018-12-09 10:08:40 -05:00
parent aad3c9bb54
commit 591ef31bbb
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ from objects import relaxboard
from objects import rxscore
from common import generalUtils
MODULE_NAME = "submit_modular"
class handler(requestsManager.asyncRequestHandler):
"""
@@ -82,6 +81,7 @@ class handler(requestsManager.asyncRequestHandler):
# Get score data
log.debug("Decrypting score data...")
scoreData = aeshelper.decryptRinjdael(aeskey, iv, scoreDataEnc, True).split(":")
username = scoreData[1].strip()
# Login and ban check