Benjov commited on
Commit
2efd879
·
1 Parent(s): c47c3f4

09/08/2023

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ credentials = os.getenv( "credentials" )
24
  print( credentials )
25
  #gc = gspread.service_account_from_dict(credentials)
26
 
27
- #Google_URL = os.getenv("Google_URL")
 
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