Remove divide by 1000
because t = (time.time() - t) will return seconds, dividing by 1000 to obtain seconds will be incorrect.
Showing
Please
register
or
sign in
to comment
because t = (time.time() - t) will return seconds, dividing by 1000 to obtain seconds will be incorrect.