Flow_1khppaq
Flow_1khppaq
Flow_1if3wm0
start_time = round(time.time() * 1000)
Flow_1if3wm0
Flow_116lqvv
"PT1M"
Flow_116lqvv
Flow_1gbrmax
end_time = round(time.time() * 1000)
duration = round((end_time-start_time)/1000)
#if the duration is between 60-65 set it as 60
if duration >= 60 and duration < 66:
duration = 60
Duration: {{duration}} seconds
Flow_1gbrmax