forked from Hay1tsme/artemis
ongeki: I forgot json load
This commit is contained in:
parent
766912c51d
commit
51f65f9293
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user