Skip to content

Commit

Permalink
Fix pep8 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Oct 6, 2016
1 parent 3fb482e commit a3c0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_app/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def start_process(self):
check_interval = int(self.config.get('Alignak-App', 'check_interval'))
GLib.timeout_add_seconds(check_interval, self.notify_change)

def notify_change(self): # pragma: no cover
def notify_change(self): # pragma: no cover
"""
Send a notification if DOWN
Expand Down

0 comments on commit a3c0856

Please sign in to comment.