mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +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 architecture by default.
|
||||||
OS_ARCH = "x86_64"
|
OS_ARCH = "x86_64"
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ class Configs:
|
||||||
# Load configurations from the file.
|
# Load configurations from the file.
|
||||||
load = LoadConfigs()
|
load = LoadConfigs()
|
||||||
configs = load.file(etc_path, prog_name)
|
configs = load.file(etc_path, prog_name)
|
||||||
config = configs['configs']
|
config = configs['CONFIGS']
|
||||||
|
|
||||||
if config:
|
if config:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue