style: Styling i forgot to commit earlier
This commit is contained in:
@@ -134,6 +134,7 @@ class PSMessage:
|
||||
|
||||
if self.type == PSMessageType.TEXT:
|
||||
assert isinstance(self.body, str)
|
||||
|
||||
return self.body.encode("utf-8")
|
||||
|
||||
if self.type == PSMessageType.JSON:
|
||||
|
Reference in New Issue
Block a user