mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
don't double encode channel messages
This commit is contained in:
parent
532ee059ea
commit
af82273948
@ -35,5 +35,4 @@ def ws_receive(message):
|
|||||||
|
|
||||||
|
|
||||||
def emit_channel_notification(group, payload):
|
def emit_channel_notification(group, payload):
|
||||||
payload = json.dumps(payload)
|
|
||||||
Group(group).send({"text": json.dumps(payload)})
|
Group(group).send({"text": json.dumps(payload)})
|
||||||
|
Loading…
Reference in New Issue
Block a user