Fix bytes status error
This commit is contained in:
parent
1e332d6f3b
commit
1b1d5488fe
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ class AMPLauncherProtocol(amp.AMP):
|
||||||
else:
|
else:
|
||||||
status = pickle.loads(status)
|
status = pickle.loads(status)
|
||||||
callback(status)
|
callback(status)
|
||||||
return {"status": ""}
|
return {b"status": b""}
|
||||||
|
|
||||||
|
|
||||||
def send_instruction(operation, arguments, callback=None, errback=None):
|
def send_instruction(operation, arguments, callback=None, errback=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue