load json

This commit is contained in:
Jonas Zeunert
2020-04-30 21:38:18 +02:00
parent 248c6012c9
commit 0838712a3f

View File

@@ -62,4 +62,4 @@ class Networking(metaclass=Singleton):
header.append(byte) header.append(byte)
header = [x.decode('utf8') for x in header[:-1]] header = [x.decode('utf8') for x in header[:-1]]
return str().join(header) return json.load(str().join(header))