dunno
This commit is contained in:
@@ -62,4 +62,8 @@ 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 json.load(str().join(header))
|
headerAsString = str().join(header)
|
||||||
|
|
||||||
|
eventAsJson = json.loads(headerAsString)
|
||||||
|
|
||||||
|
return eventAsJson
|
||||||
|
|||||||
Reference in New Issue
Block a user