mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated configs
This commit is contained in:
parent
d88a7ff8e4
commit
bd699df5ab
1 changed files with 0 additions and 2 deletions
|
@ -50,9 +50,7 @@ class Configs:
|
|||
|
||||
''' Overwrite with user configuration. '''
|
||||
config_file: str = f'{etc_path}/{prog_name}.yaml'
|
||||
|
||||
if os.path.isfile(config_file):
|
||||
|
||||
with open(config_file, 'r') as conf:
|
||||
configs = yaml.safe_load(conf)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue