fix kvp_to_dict not returning

This commit is contained in:
Hay1tsme 2023-02-18 23:27:25 -05:00
parent 68b9c64f71
commit b09d2326c2

View File

@ -243,6 +243,8 @@ class AllnetServlet:
ret.append(tmp)
return ret
def billing_req_to_dict(self, data: bytes):
"""
Parses an billing request string into a python dictionary