Skip to content

Commit

Permalink
Update mongo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Nov 4, 2023
1 parent ac69f7b commit c74f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion battlefield/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SingletonClient:
def get_client():
if SingletonClient.client is None:

SingletonClient.client = m_m_a.AsyncIOMotorClient("mongodb://zjobse:[email protected]:27017,194.242.57.81:27017,194.242.57.82:27017/serverManager?replicaSet=replica01&authSource=admin")
SingletonClient.client = m_m_a.AsyncIOMotorClient("mongodb://zjobse:[email protected]:27017")

return SingletonClient.client

Expand Down

0 comments on commit c74f36b

Please sign in to comment.