mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-19 08:41:23 -05:00
Turn binary blob into base64
This commit is contained in:
parent
8405999a66
commit
3a4faf53d4
|
|
@ -413,6 +413,8 @@ class GamespyDatabase(object):
|
|||
|
||||
if "devname" in data:
|
||||
data["devname"] = gs_utils.base64_encode(data["devname"])
|
||||
if "ingamesn" in data:
|
||||
data["ingamesn"] = gs_utils.base64_encode(data["ingamesn"])
|
||||
|
||||
data = json.dumps(data)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user