This commit is contained in:
Egor Svitin
2023-02-21 19:20:42 +03:00
parent d7eccd92af
commit 91daad730f

View File

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