load json
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user