Skip to content

Commit

Permalink
Update yt_analytics_v2.py
Browse files Browse the repository at this point in the history
Added a missing comma in execute_api_request() execution
  • Loading branch information
ldummer authored Dec 21, 2023
1 parent 0726330 commit f5e1294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/yt_analytics_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def execute_api_request(client_library_function, **kwargs):
ids='channel==MINE',
startDate='2017-01-01',
endDate='2017-12-31',
metrics='estimatedMinutesWatched,views,likes,subscribersGained'
metrics='estimatedMinutesWatched,views,likes,subscribersGained',
dimensions='day',
sort='day'
)

0 comments on commit f5e1294

Please sign in to comment.