Spaces:
Sleeping
Sleeping
09/08/2023
Browse files
app.py
CHANGED
|
@@ -24,7 +24,8 @@ credentials = os.getenv( "credentials" )
|
|
| 24 |
print( credentials )
|
| 25 |
#gc = gspread.service_account_from_dict(credentials)
|
| 26 |
|
| 27 |
-
|
|
|
|
| 28 |
#sht = gc.open_by_url(Google_URL)
|
| 29 |
|
| 30 |
# Cargar el archivo
|
|
|
|
| 24 |
print( credentials )
|
| 25 |
#gc = gspread.service_account_from_dict(credentials)
|
| 26 |
|
| 27 |
+
Google_URL = os.getenv( "Google_URL" )
|
| 28 |
+
print( Google_URL )
|
| 29 |
#sht = gc.open_by_url(Google_URL)
|
| 30 |
|
| 31 |
# Cargar el archivo
|