mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Fix typo
This commit is contained in:
parent
7744d69225
commit
d29d82b87f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Configs:
|
||||||
colors: str = config['colors']
|
colors: str = config['colors']
|
||||||
|
|
||||||
# Wget options
|
# Wget options
|
||||||
wget_options: str = config['wget_optionsa']
|
wget_options: str = config['wget_options']
|
||||||
|
|
||||||
except KeyError as err:
|
except KeyError as err:
|
||||||
raise KeyError(f"ERROR: {err} in the configurations.")
|
raise KeyError(f"ERROR: {err} in the configurations.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue