This commit is contained in:
Jay Lee
2023-02-17 20:33:47 +00:00
parent d67d999930
commit ed0ed8d7fc

View File

@ -7178,7 +7178,7 @@ def signjwt_enable_apis():
GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines() GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines()
enableGAMProjectAPIs(GAMProjectAPIs, enableGAMProjectAPIs(GAMProjectAPIs,
httpObj, httpObj,
projectID=project_id, projectId=project_id,
checkEnabled=True) checkEnabled=True)