ddd
This commit is contained in:
parent
fe37bc42f0
commit
79c3fdc07b
|
@ -43,6 +43,7 @@ class handler(requestsManager.asyncRequestHandler):
|
||||||
@tornado.gen.engine
|
@tornado.gen.engine
|
||||||
#@sentry.captureTornado
|
#@sentry.captureTornado
|
||||||
def asyncPost(self):
|
def asyncPost(self):
|
||||||
|
newCharts = self.request.uri == "/web/osu-submit-modular-selector.php"
|
||||||
try:
|
try:
|
||||||
# Resend the score in case of unhandled exceptions
|
# Resend the score in case of unhandled exceptions
|
||||||
keepSending = True
|
keepSending = True
|
||||||
|
@ -499,7 +500,7 @@ class handler(requestsManager.asyncRequestHandler):
|
||||||
scoreUtils.newFirst(s.scoreID, userID, s.fileMd5, s.gameMode, isRelaxing)
|
scoreUtils.newFirst(s.scoreID, userID, s.fileMd5, s.gameMode, isRelaxing)
|
||||||
|
|
||||||
# Write message to client
|
# Write message to client
|
||||||
self.write(msg)
|
self.write(output)
|
||||||
else:
|
else:
|
||||||
# No ranking panel, send just "ok"
|
# No ranking panel, send just "ok"
|
||||||
self.write("ok")
|
self.write("ok")
|
||||||
|
|
Reference in New Issue
Block a user