mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fix Bug
This commit is contained in:
@@ -58,7 +58,7 @@ def channel_log(channel, t, message):
|
||||
def channel_send(channel, message):
|
||||
# channel_log(channel, ">", message)
|
||||
if channel and message:
|
||||
channel.send(str(message))
|
||||
channel.send(json.dumps(message))
|
||||
|
||||
|
||||
def get_transcription(frames):
|
||||
|
||||
Reference in New Issue
Block a user