Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit d2e79ea

Browse files
authored
Update twitter_utils.py
1 parent 2c9511e commit d2e79ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter/twitter_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def parse_media_file(passed_media):
200200
'image/gif',
201201
'image/bmp',
202202
'image/webp']
203-
video_formats = ['video/mp4,
203+
video_formats = ['video/mp4',
204204
'video/quicktime']
205205

206206
# If passed_media is a string, check if it points to a URL, otherwise,

0 commit comments

Comments
 (0)