Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -51,8 +51,7 @@ def record() : | ... | @@ -51,8 +51,7 @@ def record() : |
51 | camera.stop_recording() | 51 | camera.stop_recording() |
52 | camera.stop_preview() | 52 | camera.stop_preview() |
53 | 53 | ||
54 | - rec_time = time.time() - start_time | 54 | + vid_time = time.strftime("%M:%S", time.gmtime(time.time()-start_time)) |
55 | - vid_time = rec_time.strftime("%H:%M:%S") | ||
56 | 55 | ||
57 | # s3 upload | 56 | # s3 upload |
58 | ''' | 57 | ''' | ... | ... |
-
Please register or login to post a comment