mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-11 10:17:28 +08:00
fix kvp_to_dict not returning
This commit is contained in:
@@ -242,6 +242,8 @@ class AllnetServlet:
|
|||||||
tmp[kvp[0]] = kvp[1]
|
tmp[kvp[0]] = kvp[1]
|
||||||
|
|
||||||
ret.append(tmp)
|
ret.append(tmp)
|
||||||
|
|
||||||
|
return ret
|
||||||
|
|
||||||
def billing_req_to_dict(self, data: bytes):
|
def billing_req_to_dict(self, data: bytes):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user