Browse Source

forget to delete a test print

pull/1/head
LecygneNoir 6 years ago
parent
commit
6fb8e530b1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/yt_upload.py

+ 0
- 1
lib/yt_upload.py View File

@ -66,7 +66,6 @@ def get_authenticated_service():
def initialize_upload(youtube, options):
path = options.get('--file')
print options.get('--name')
tags = None
if options.get('--tags'):
tags = options.get('--tags').split(',')

Loading…
Cancel
Save