Commit fb210536 authored by jithu.tagore's avatar jithu.tagore

Update infra_as_service_monitor.py

parent 8f839a00
......@@ -207,7 +207,7 @@ def docker_container():
else:
timing=str(round(calculated_time))+" Hour"
elif round(calculated_time<60):
elif round(calculated_time)<60:
if round(calculated_time)>1:
timing=str(round(calculated_time))+" Seconds"
else:
......@@ -249,7 +249,7 @@ def docker_container():
else:
timing=str(round(calculated_time))+" Hour"
elif round(calculated_time)<60):
elif round(calculated_time)<60:
if round(calculated_time)>1:
timing=str(round(calculated_time))+" Seconds"
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment