We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab0659 commit bf72f1cCopy full SHA for bf72f1c
ers/api.py
@@ -43,7 +43,7 @@ def get_machine_uuid(self):
43
'''
44
return str(uuid.getnode())
45
46
- def _is_failing(url):
+ def _is_failing(self, url):
47
"""
48
Returns True for url's which failed to respond with increasing probability.
49
Returns False for url's which did not fail.
0 commit comments