fix kvp_to_dict not returning

This commit is contained in:
Hay1tsme 2023-02-18 23:27:25 -05:00
parent 68b9c64f71
commit b09d2326c2
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,8 @@ class AllnetServlet:
tmp[kvp[0]] = kvp[1]
ret.append(tmp)
return ret
def billing_req_to_dict(self, data: bytes):
"""