Skip to content

Commit 2d60b08

Browse files
authored
Update get-metrics.py
1 parent 7158ed6 commit 2d60b08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/get-metrics.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
from google.analytics.data_v1beta import BetaAnalyticsDataClient
55
from google.analytics.data_v1beta.types import DateRange, Metric, RunReportRequest
66

7-
credentials_path = os.environ.get('GOOGLE_APPLICATION_CREDENTIALS')
8-
print(credentials_path)
9-
107
PORTAL_ID = os.environ['portal_id']
118
FOUNDATIONS_ID = os.environ['foundations_id']
12-
COOKBOOKS_ID = os.environ['cookbook_id']
9+
COOKBOOKS_ID = os.environ['cookbooks_id']
1310

1411

1512
def _run_total_users_report(property_id):

0 commit comments

Comments
 (0)