move config.yaml to config/settings.yml

This commit is contained in:
ashatora
2024-06-11 15:01:12 +03:00
parent b4bd7716af
commit 3c9c9cf0cf
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
from bestconfig import Config
config = Config()
config = Config("config/settings.yml")