mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
PyLint wasnt done with me
This commit is contained in:
parent
b426a6f6c4
commit
733a443835
7 changed files with 99 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue