correction to be more pep8 compliant (mostly typo)

This commit is contained in:
LecygneNoir 2018-03-12 11:08:08 +01:00
parent 7c12bcbc31
commit 5d68cc79f7
5 changed files with 79 additions and 56 deletions

View file

@ -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": {