Update submitModularHandler.pyx

This commit is contained in:
Josh Smith 2019-02-13 17:27:54 -05:00
parent 1090d34d38
commit d66af9dfb1
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ class handler(requestsManager.asyncRequestHandler):
bmk = None
bml = None
# failed time?
if "ft" in self.request.arguments:
log.cmyui("true: {}".format(self.get_argument("ft")), discord='cm')
else:
log.cmyui("false", discord='cm')
# Get right AES Key
if "osuver" in self.request.arguments:
aeskey = "osu!-scoreburgr---------{}".format(self.get_argument("osuver"))