Skip to content

Commit 253aca4

Browse files
committed
"Updating samples to reflect recent changes."
1 parent bedf789 commit 253aca4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/playlist_updates.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
credentials = storage.get()
5656

5757
if credentials is None or credentials.invalid:
58-
credentials = run(flow, storage)
58+
flags = argparser.parse_args()
59+
credentials = run_flow(flow, storage, flags)
5960

6061
youtube = build(YOUTUBE_API_SERVICE_NAME, YOUTUBE_API_VERSION,
6162
http=credentials.authorize(httplib2.Http()))

0 commit comments

Comments
 (0)