rwitz commited on
Commit
f09181d
·
verified ·
1 Parent(s): dfa43f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ password=os.environ.get("MONGODB")
53
  def init_database():
54
  uri = f"mongodb+srv://new-user:{password}@cluster0.xb2urf6.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
55
  client = MongoClient(uri)
56
- db = client["elo_ratings4"]
57
  collection = db["elo_ratings"]
58
  return collection
59
 
 
53
  def init_database():
54
  uri = f"mongodb+srv://new-user:{password}@cluster0.xb2urf6.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
55
  client = MongoClient(uri)
56
+ db = client["elo_ratings5"]
57
  collection = db["elo_ratings"]
58
  return collection
59