From a2f3783d21bbb285f666d8b90b44a92950b3fb47 Mon Sep 17 00:00:00 2001 From: Ben D Date: Tue, 1 Feb 2022 03:35:30 -0800 Subject: [PATCH] build_config if not found --- e911_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e911_helper.py b/e911_helper.py index f25e7f6..febbb69 100644 --- a/e911_helper.py +++ b/e911_helper.py @@ -1234,7 +1234,7 @@ if __name__ == "__main__": config_data = json.load(f) else: logger.critical(f"Unable to load config.json. Aborting.") - sys.exit() + config_data = build_config() try: config_data = [prompt_credentials(config_data[0])]