mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Fixed code style
This commit is contained in:
parent
e78af756ee
commit
4f7e586197
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Configs:
|
||||||
# Wget options
|
# Wget options
|
||||||
wget_options = '-c -N'
|
wget_options = '-c -N'
|
||||||
|
|
||||||
''' Overwrite with user configuration. '''
|
# Overwrite with user configuration.
|
||||||
config_file: str = f'{etc_path}/{prog_name}.toml'
|
config_file: str = f'{etc_path}/{prog_name}.toml'
|
||||||
if os.path.isfile(config_file):
|
if os.path.isfile(config_file):
|
||||||
with open(config_file, 'rb') as conf:
|
with open(config_file, 'rb') as conf:
|
||||||
|
|
Loading…
Add table
Reference in a new issue