Skip to content

Commit 704cdb4

Browse files
authored
Update pyfunc.py
1 parent 4317b0c commit 704cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethon/pyfunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def video_metadata(file):
9292
duration = data["duration"]
9393
if duration is None:
9494
duration = 0
95-
except exception as e:
95+
except Exception as e:
9696
print(e)
9797
height, width, duration = 720, 1280, 0
9898
data = {'width' : width, 'height' : height, 'duration' : duration }

0 commit comments

Comments
 (0)