Update run.py
Browse files
run.py
CHANGED
@@ -23,7 +23,7 @@ json_data={
|
|
23 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/nestoleservice%40nestolechatbot.iam.gserviceaccount.com",
|
24 |
"universe_domain": "googleapis.com"
|
25 |
}
|
26 |
-
creds = ServiceAccountCredentials.
|
27 |
|
28 |
|
29 |
#creds = ServiceAccountCredentials.from_json_keyfile_name('/home/user/app/chromaold/nestolechatbot-5fe2aa26cb52.json', scope)
|
|
|
23 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/nestoleservice%40nestolechatbot.iam.gserviceaccount.com",
|
24 |
"universe_domain": "googleapis.com"
|
25 |
}
|
26 |
+
creds = ServiceAccountCredentials.from_dict(json_data, scope)
|
27 |
|
28 |
|
29 |
#creds = ServiceAccountCredentials.from_json_keyfile_name('/home/user/app/chromaold/nestolechatbot-5fe2aa26cb52.json', scope)
|