mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
fix: changed config.json path
This commit is contained in:
parent
b1e0e377c9
commit
e8e220f1bd
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user