Corrected variable name

This commit is contained in:
Anon 2022-08-27 01:54:23 -07:00
parent 7cb67165b2
commit e55407729b

View File

@ -144,7 +144,7 @@ def main():
# settings_time = {"long_date_format": "%m/%d/%Y %I:%M%p"}
load_config = arguments.config or default("cfg")
if load_config:
cfg = get_cfg(load_cfg)
cfg = get_cfg(load_config)
long_date_format = cfg.settings_time["long_date_format"]
# Create App