Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ from pymongo import MongoClient
|
|
265 |
import plotly.graph_objs as go
|
266 |
from plotly.subplots import make_subplots
|
267 |
import ssl
|
268 |
-
|
269 |
# Setting up IST timezone
|
270 |
ist_timezone = pytz.timezone("Asia/Kolkata")
|
271 |
Mongo_ip = os.getenv("Mongo_IP")
|
|
|
265 |
import plotly.graph_objs as go
|
266 |
from plotly.subplots import make_subplots
|
267 |
import ssl
|
268 |
+
import os
|
269 |
# Setting up IST timezone
|
270 |
ist_timezone = pytz.timezone("Asia/Kolkata")
|
271 |
Mongo_ip = os.getenv("Mongo_IP")
|