From e8e220f1bd989605871758b4d3cb59c518eed7dd Mon Sep 17 00:00:00 2001 From: AGawde05 Date: Mon, 2 Nov 2020 16:49:39 -0600 Subject: [PATCH] fix: changed config.json path --- superscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superscript.py b/superscript.py index a3f0409..7236e67 100644 --- a/superscript.py +++ b/superscript.py @@ -148,7 +148,7 @@ def main(): current_time = time.time() print("[OK] time: " + str(current_time)) - config = load_config("config.json") + config = load_config("data-analysis/config.json") competition = config["competition"] match_tests = config["statistics"]["match"] pit_tests = config["statistics"]["pit"]