Skip to content

Commit

Permalink
Add comma to fix SyntaxError
Browse files Browse the repository at this point in the history
  • Loading branch information
SiphuLangeni committed Aug 27, 2023
1 parent 0726330 commit c753513
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 c753513

Please sign in to comment.