Skip to content
Snippets Groups Projects
Commit d994df3e authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Update asr

parent 11e9d389
Branches
No related merge requests found
......@@ -11,7 +11,7 @@ def get_minio_client() -> Minio:
def get_mongo_client() -> MongoClient:
return MongoClient('mongodb://root:example@localhost:27021')
return MongoClient('mongodb://root:example@localhost:27017')
def get_experiment_repository(dataset_name: str) -> ExperimentRepository:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment