Update run.py
Browse files
run.py
CHANGED
@@ -43,7 +43,7 @@ json_data={
|
|
43 |
"type": "service_account",
|
44 |
"project_id": "nestolechatbot",
|
45 |
"private_key_id": key1,
|
46 |
-
"private_key":
|
47 |
"client_email": "[email protected]",
|
48 |
"client_id": "107457262210035412036",
|
49 |
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
|
43 |
"type": "service_account",
|
44 |
"project_id": "nestolechatbot",
|
45 |
"private_key_id": key1,
|
46 |
+
"private_key": pkey,
|
47 |
"client_email": "[email protected]",
|
48 |
"client_id": "107457262210035412036",
|
49 |
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|