Fix bytes status error

This commit is contained in:
Griatch 2018-10-13 19:07:59 +02:00
parent 1e332d6f3b
commit 1b1d5488fe

View file

@ -622,7 +622,7 @@ class AMPLauncherProtocol(amp.AMP):
else:
status = pickle.loads(status)
callback(status)
return {"status": ""}
return {b"status": b""}
def send_instruction(operation, arguments, callback=None, errback=None):