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

Update asr

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