fix merge: function name changed

This commit is contained in:
Zykino 2018-10-01 21:24:34 +02:00
parent 461beaa5cb
commit 95f6bc930f

View file

@ -110,7 +110,7 @@ def upload_video(oauth, secret, options):
("licence", "1"),
("description", options.get('--description') or "default description"),
("nsfw", str(int(options.get('--nsfw')) or "0")),
("videofile", get_videofile(path))
("videofile", get_file(path))
]
if options.get('--tags'):