configs -> config

This commit is contained in:
Kiryl
2022-11-15 17:47:27 +03:00
parent b651d6d396
commit b2491d0195
4 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ def server_run():
try:
folder_path = os.path.dirname(os.path.abspath(__file__))
config_path = Path(os.path.join(
folder_path, "configs/queue_config.json"))
folder_path, "config/queue_config.json"))
with open(config_path, "r") as f:
conf_param = json.load(f)