Benjov commited on
Commit
0810453
·
1 Parent(s): 6847bae

09/08/2023

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,12 +23,11 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
23
  credentials = os.getenv( "credentials" )
24
 
25
  credentials = json.loads( credentials )
26
- print( credentials )
27
 
28
  gc = gspread.service_account_from_dict( credentials )
29
 
30
  Google_URL = os.getenv( "Google_URL" )
31
- #print( Google_URL )
32
  sht = gc.open_by_url(Google_URL)
33
 
34
  # Cargar el archivo
 
23
  credentials = os.getenv( "credentials" )
24
 
25
  credentials = json.loads( credentials )
 
26
 
27
  gc = gspread.service_account_from_dict( credentials )
28
 
29
  Google_URL = os.getenv( "Google_URL" )
30
+
31
  sht = gc.open_by_url(Google_URL)
32
 
33
  # Cargar el archivo