From ed0ed8d7fc56ecd4fa28f4111ec13ba80f85ef1b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 17 Feb 2023 20:33:47 +0000 Subject: [PATCH] fix Id --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index b9baa954..24b67a6a 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -7178,7 +7178,7 @@ def signjwt_enable_apis(): GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines() enableGAMProjectAPIs(GAMProjectAPIs, httpObj, - projectID=project_id, + projectId=project_id, checkEnabled=True)