Skip to content

Commit

Permalink
status: false for ping fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent 68ad0eb commit 9c66408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/status-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_ndnping():
result[host_name] = duration
print(duration, file=sys.stderr)
else:
result[host_name] = None
result[host_name] = False
print('fail', file=sys.stderr)

return result
Expand Down

0 comments on commit 9c66408

Please sign in to comment.