mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
correction to be more pep8 compliant (mostly typo)
This commit is contained in:
parent
7c12bcbc31
commit
5d68cc79f7
5 changed files with 79 additions and 56 deletions
|
@ -90,7 +90,7 @@ def initialize_upload(youtube, options):
|
|||
"title": options.get('--name') or splitext(basename(path))[0],
|
||||
"description": options.get('--description'),
|
||||
"tags": tags,
|
||||
#if no category, set default to 1 (Films)
|
||||
# if no category, set default to 1 (Films)
|
||||
"categoryId": str(category or 1),
|
||||
},
|
||||
"status": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue