mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-07 08:07:27 +08:00
fixing ongeki handler
This commit is contained in:
@@ -252,7 +252,7 @@ class OngekiServlet(BaseServlet):
|
||||
|
||||
zipped = zlib.compress(json.dumps(resp, ensure_ascii=False).encode("utf-8"))
|
||||
|
||||
if not encrtped and version < 120:
|
||||
if not encrtped or version < 120:
|
||||
return zipped
|
||||
|
||||
padded = pad(zipped, 16)
|
||||
|
||||
Reference in New Issue
Block a user