Skip to content

Commit

Permalink
fix regression in keep_alive x2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Jan 13, 2019
1 parent 0aa4883 commit 608093c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyouroboros/notifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def send(self, container_tuples=None, socket=None, notification_type='data'):
format_type = 'slack'
elif 'pushover' in webhook_url:
format_type = 'pushover'
elif 'hc-ping' in webhook_url:
continue
else:
format_type = 'default'

Expand Down

0 comments on commit 608093c

Please sign in to comment.