James McCool commited on
Commit
a77b599
·
1 Parent(s): 82fb91a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def init_conn():
13
 
14
  uri = st.secrets['mongo_uri']
15
  client = MongoClient(uri, retryWrites=True, serverSelectionTimeoutMS=500000)
16
- db = client['Contest_Information_Test']
17
 
18
  return db
19
 
 
13
 
14
  uri = st.secrets['mongo_uri']
15
  client = MongoClient(uri, retryWrites=True, serverSelectionTimeoutMS=500000)
16
+ db = client['Contest_Information']
17
 
18
  return db
19