forget to delete a test print

This commit is contained in:
LecygneNoir 2018-03-02 21:39:25 +01:00
parent eba921205a
commit 6fb8e530b1

View file

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