We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945284c commit d5830b3Copy full SHA for d5830b3
http_monitor.py
@@ -14,7 +14,6 @@ class Py3status:
14
15
def _get_status(self):
16
try:
17
- self.py3.log(self.service_location)
18
status = self.py3.request(self.service_location, timeout=self.timeout)
19
if status.status_code != 200:
20
return self.status_bad
0 commit comments