Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ from apiclient import discovery
|
|
15 |
from google.oauth2 import service_account
|
16 |
import json
|
17 |
|
|
|
18 |
# Import secrets
|
19 |
client_secret = os.environ.get("client_secret")
|
20 |
print(client_secret)
|
|
|
15 |
from google.oauth2 import service_account
|
16 |
import json
|
17 |
|
18 |
+
print('here')
|
19 |
# Import secrets
|
20 |
client_secret = os.environ.get("client_secret")
|
21 |
print(client_secret)
|