コード例 #1
0
 def notify(msg, notify_conf):
     if notify_conf['enable_notifications']:
         send_notification(msg, notify_conf)
コード例 #2
0
ファイル: Logger.py プロジェクト: Mikadily/poloniexlendingbot
 def notify(msg, notify_conf):
     if notify_conf['enable_notifications']:
         send_notification(msg, notify_conf)