Thiloid commited on
Commit
cf2b135
·
verified ·
1 Parent(s): 211374d

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -44,7 +44,7 @@ json_data={
44
  "type": "service_account",
45
  "project_id": "nestolechatbot",
46
  "private_key_id": key1,
47
- "private_key": pkey,
48
  "client_email": "[email protected]",
49
  "client_id": "107457262210035412036",
50
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
 
44
  "type": "service_account",
45
  "project_id": "nestolechatbot",
46
  "private_key_id": key1,
47
+ "private_key": str(pkey),
48
  "client_email": "[email protected]",
49
  "client_id": "107457262210035412036",
50
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",