From d34034065f9e0b73eaca3ad3297b64e5eeb6ee3a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 13 Feb 2020 17:00:57 -0500 Subject: [PATCH] Update gam.py --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index 240e4da3..4a806b4a 100755 --- a/src/gam.py +++ b/src/gam.py @@ -1109,7 +1109,7 @@ def doCheckServiceAccount(users): time_status = 'PASS' else: time_status = 'FAIL' - printPassFail(MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY % nicetime, time_status) + printPassFail(MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY % ('www.googleapis.com', nicetime), time_status) oa2 = googleapiclient.discovery.build('oauth2', 'v1', transport.create_http()) print('Service Account Private Key Authentication:') # We are explicitly not doing DwD here, just confirming service account can auth