mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Set for capital
This commit is contained in:
parent
b3464c3738
commit
fdcfba61c1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
[configs]
|
||||
[CONFIGS]
|
||||
# OS architecture by default.
|
||||
OS_ARCH = "x86_64"
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ class Configs:
|
|||
# Load configurations from the file.
|
||||
load = LoadConfigs()
|
||||
configs = load.file(etc_path, prog_name)
|
||||
config = configs['configs']
|
||||
config = configs['CONFIGS']
|
||||
|
||||
if config:
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue