Encode terminate session message
This commit is contained in:
@@ -1934,7 +1934,7 @@ class PmsConnect(object):
|
|||||||
|
|
||||||
Output: bool
|
Output: bool
|
||||||
"""
|
"""
|
||||||
message = message or 'The server owner has ended the stream.'
|
message = message.encode('utf-8') or 'The server owner has ended the stream.'
|
||||||
|
|
||||||
if session_key and not session_id:
|
if session_key and not session_id:
|
||||||
ap = activity_processor.ActivityProcessor()
|
ap = activity_processor.ActivityProcessor()
|
||||||
|
Reference in New Issue
Block a user