Commit dcf15a01 authored by John Red Medrano's avatar John Red Medrano

{dev bugfix} direct the credential on pusher its not working when the...

{dev bugfix} direct the credential on pusher its not working when the credential is place on env.ini
parent 2f1c6ff7
...@@ -245,7 +245,7 @@ def notification_create(form_code, message, account_no, ...@@ -245,7 +245,7 @@ def notification_create(form_code, message, account_no,
else: else:
rms_websocket( rms_websocket(
ROOM, ROOM,
cms_notification, 'cms-notification',
{'message': 'NEW NOTIFICATIONS'} {'message': 'NEW NOTIFICATIONS'}
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment