Skip to content

Commit

Permalink
Modified 27017 port to 54017
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLongfield committed Oct 31, 2024
1 parent 6ff8642 commit 5fe4e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonCode/med_libs/MEDml/nodes/Dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _execute(self, experiment: dict = None, **kwargs) -> json:

# Update code
self.CodeHandler.add_line("code", "# MongoDB setup")
self.CodeHandler.add_line("code", "mongo_client = pymongo.MongoClient('mongodb://localhost:27017/')")
self.CodeHandler.add_line("code", "mongo_client = pymongo.MongoClient('mongodb://localhost:54017/')")
self.CodeHandler.add_line("code", "database = mongo_client['data']")
self.CodeHandler.add_seperator()

Expand Down

0 comments on commit 5fe4e8c

Please # to comment.