fix: changed config.json path

This commit is contained in:
AGawde05 2020-11-02 16:49:39 -06:00
parent b1e0e377c9
commit e8e220f1bd

View File

@ -148,7 +148,7 @@ def main():
current_time = time.time() current_time = time.time()
print("[OK] time: " + str(current_time)) print("[OK] time: " + str(current_time))
config = load_config("config.json") config = load_config("data-analysis/config.json")
competition = config["competition"] competition = config["competition"]
match_tests = config["statistics"]["match"] match_tests = config["statistics"]["match"]
pit_tests = config["statistics"]["pit"] pit_tests = config["statistics"]["pit"]