Set for capital

This commit is contained in:
Dimitris Zlatanidis 2023-02-28 13:49:21 +02:00
parent b3464c3738
commit fdcfba61c1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
[configs] [CONFIGS]
# OS architecture by default. # OS architecture by default.
OS_ARCH = "x86_64" OS_ARCH = "x86_64"

View file

@ -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: