Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gspread
|
|
5 |
from google.oauth2.service_account import Credentials
|
6 |
import os
|
7 |
|
8 |
-
# Google Sheets
|
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')
|