We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4317b0c commit 704cdb4Copy full SHA for 704cdb4
ethon/pyfunc.py
@@ -92,7 +92,7 @@ def video_metadata(file):
92
duration = data["duration"]
93
if duration is None:
94
duration = 0
95
- except exception as e:
+ except Exception as e:
96
print(e)
97
height, width, duration = 720, 1280, 0
98
data = {'width' : width, 'height' : height, 'duration' : duration }
0 commit comments