This commit is contained in:
Dimitris Zlatanidis 2022-12-17 17:42:50 +02:00
parent 7744d69225
commit d29d82b87f

View file

@ -88,7 +88,7 @@ class Configs:
colors: str = config['colors']
# Wget options
wget_options: str = config['wget_optionsa']
wget_options: str = config['wget_options']
except KeyError as err:
raise KeyError(f"ERROR: {err} in the configurations.")