Fixed code style

This commit is contained in:
Dimitris Zlatanidis 2022-12-07 19:25:43 +02:00
parent e78af756ee
commit 4f7e586197

View file

@ -51,7 +51,7 @@ class Configs:
# Wget options
wget_options = '-c -N'
''' Overwrite with user configuration. '''
# Overwrite with user configuration.
config_file: str = f'{etc_path}/{prog_name}.toml'
if os.path.isfile(config_file):
with open(config_file, 'rb') as conf: