Thiloid commited on
Commit
cd030ca
·
verified ·
1 Parent(s): 07026cb

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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.from_json_keyfile_name(json_data, scope)
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)