PyLint wasnt done with me

This commit is contained in:
Michał Gdula 2023-03-20 17:57:47 +00:00
parent b426a6f6c4
commit 733a443835
7 changed files with 99 additions and 73 deletions

View file

@ -40,7 +40,7 @@ def create_app(test_config=None):
# Get config file
with open(os.path.join(USER_DIR, 'conf.yml'), encoding='utf-8') as file:
conf = safe_load(file, loader=FullLoader)
conf = safe_load(file)
print("Loaded gallery config")
# App configuration