Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def init_conn():
|
|
38 |
|
39 |
uri = st.secrets['mongo_uri']
|
40 |
client = pymongo.MongoClient(uri, retryWrites=True, serverSelectionTimeoutMS=500000)
|
41 |
-
db = client["
|
42 |
|
43 |
LOL_Data = st.secrets['LOL_Data']
|
44 |
|
|
|
38 |
|
39 |
uri = st.secrets['mongo_uri']
|
40 |
client = pymongo.MongoClient(uri, retryWrites=True, serverSelectionTimeoutMS=500000)
|
41 |
+
db = client["League_of_Legends"]
|
42 |
|
43 |
LOL_Data = st.secrets['LOL_Data']
|
44 |
|