mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-02-06 12:05:47 +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()
|
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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user