Fix inconsistent use of tabs/spaces

This commit is contained in:
Markus Opolka 2020-01-28 10:42:22 +01:00
parent 65c3bd2a25
commit 209aaef041

View File

@ -755,7 +755,7 @@ if __name__ == "__main__":
else:
response = urllib2.urlopen(req, context=context)
json_data = response.read()
json_data = response.read()
except HTTPError as e:
nagios.append_unknown(" HTTPError[%s], url:%s" % (str(e.code), url))