Skip to content

Commit eded385

Browse files
committed
Bugfix for bug 9
1 parent 638ee5f commit eded385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def main():
180180
request_data.close()
181181
json_payload_data = []
182182
except requests.exceptions.Timeout:
183-
logging.error("DATA Timeout: " + json_payload_data)
183+
logging.error("DATA Timeout: " + str(json_payload_data).strip('[]'))
184184
except Exception as announce_error:
185185
logging.error(announce_error)
186186
if len(json_response) > 10:

0 commit comments

Comments
 (0)