mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
fix merge: function name changed
This commit is contained in:
parent
461beaa5cb
commit
95f6bc930f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def upload_video(oauth, secret, options):
|
||||||
("licence", "1"),
|
("licence", "1"),
|
||||||
("description", options.get('--description') or "default description"),
|
("description", options.get('--description') or "default description"),
|
||||||
("nsfw", str(int(options.get('--nsfw')) or "0")),
|
("nsfw", str(int(options.get('--nsfw')) or "0")),
|
||||||
("videofile", get_videofile(path))
|
("videofile", get_file(path))
|
||||||
]
|
]
|
||||||
|
|
||||||
if options.get('--tags'):
|
if options.get('--tags'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue