EricGEGE commited on
Commit
027c997
·
verified ·
1 Parent(s): 8d3cc97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gspread
5
  from google.oauth2.service_account import Credentials
6
  import os
7
 
8
- # Google Sheets settings
9
  SHEET_ID = os.getenv('SHEET_ID') # Replace with your Google Sheet ID
10
  log = 'cevauto'
11
  password = os.getenv('PASSWORD')
 
5
  from google.oauth2.service_account import Credentials
6
  import os
7
 
8
+ # Google Sheets setting
9
  SHEET_ID = os.getenv('SHEET_ID') # Replace with your Google Sheet ID
10
  log = 'cevauto'
11
  password = os.getenv('PASSWORD')