ongeki: I forgot json load

This commit is contained in:
zaphkito 2024-06-18 04:15:40 +00:00
parent 766912c51d
commit 51f65f9293

View File

@ -218,7 +218,7 @@ class OngekiServlet(BaseServlet):
if version < 105:
# O.N.G.E.K.I base don't use zlib
req_data = req_raw
req_data = json.loads(req_raw)
else:
try:
unzip = zlib.decompress(req_raw)