Skip to content

Commit bf72f1c

Browse files
committed
Bugfix
1 parent dab0659 commit bf72f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_machine_uuid(self):
4343
'''
4444
return str(uuid.getnode())
4545

46-
def _is_failing(url):
46+
def _is_failing(self, url):
4747
"""
4848
Returns True for url's which failed to respond with increasing probability.
4949
Returns False for url's which did not fail.

0 commit comments

Comments
 (0)