mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Make sure to convert text output to text. Resolves #2102.
This commit is contained in:
parent
1e40d8fbc0
commit
9d7461e21e
1 changed files with 2 additions and 0 deletions
|
|
@ -249,6 +249,8 @@ class WebSocketClient(WebSocketServerProtocol, Session):
|
|||
return
|
||||
else:
|
||||
return
|
||||
# just to be sure
|
||||
text = to_str(text)
|
||||
|
||||
flags = self.protocol_flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue