Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from datetime import datetime
|
|
4 |
import gspread
|
5 |
from google.oauth2.service_account import Credentials
|
6 |
import os
|
|
|
7 |
|
8 |
# Google Sheets setting
|
9 |
conf1 = os.getenv('CONF')
|
|
|
4 |
import gspread
|
5 |
from google.oauth2.service_account import Credentials
|
6 |
import os
|
7 |
+
import json
|
8 |
|
9 |
# Google Sheets setting
|
10 |
conf1 = os.getenv('CONF')
|