Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update yt_analytics_v2.py
Added a missing comma in execute_api_request() execution
  • Loading branch information
ldummer authored Dec 21, 2023
commit f5e1294e9ae292dc8e104bdcffc9c542f819e4da
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'
)