mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
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:
|
||||
status = pickle.loads(status)
|
||||
callback(status)
|
||||
return {"status": ""}
|
||||
return {b"status": b""}
|
||||
|
||||
|
||||
def send_instruction(operation, arguments, callback=None, errback=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue