From c753513a8f5fd46904bba54c0dc722bddd0f35b2 Mon Sep 17 00:00:00 2001 From: Siphu Langeni Date: Sun, 27 Aug 2023 10:41:28 -0400 Subject: [PATCH] Add comma to fix SyntaxError --- python/yt_analytics_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/yt_analytics_v2.py b/python/yt_analytics_v2.py index 47aa32e2..8ce2a698 100644 --- a/python/yt_analytics_v2.py +++ b/python/yt_analytics_v2.py @@ -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' )