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
Add comma to fix SyntaxError
  • Loading branch information
SiphuLangeni committed Aug 27, 2023
commit c753513a8f5fd46904bba54c0dc722bddd0f35b2
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'
)