Corrected variable name
This commit is contained in:
parent
7cb67165b2
commit
e55407729b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user