Multichem commited on
Commit
1ebaea5
·
verified ·
1 Parent(s): 6a17b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["League_Of_Legends"]
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