def notify(msg, notify_conf):
     if notify_conf['enable_notifications']:
         send_notification(msg, notify_conf)
 def notify(msg, notify_conf):
     if notify_conf['enable_notifications']:
         send_notification(msg, notify_conf)