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

{dev bugfix} fixing pusher

parent f08f8b9e
......@@ -26,7 +26,7 @@ app_id = config['SETTINGS']['app_id'],
key = config['SETTINGS']['key']
secret = config['SETTINGS']['secret']
cluster = config['SETTINGS']['cluster']
# ssl = True if config['SETTINGS']['ssl'] == 1 else False
ssl = config['SETTINGS']['SSL']
cms_notification = config['SETTINGS']['cms_notification']
......
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