Merge pull request #27 from bivis/develop

bug fix
This commit is contained in:
bivis
2023-02-21 19:30:47 +03:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ class AppConfig:
password=CONFIGS['db']['password'],
authentication_source='admin',
port=27017,
host=CONFIGS['db']['host'])
host=CONFIGS['db']['host']
)
def refresh(self):