mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
quick bug fix to tra.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
dfc439ed4d
commit
9a7e0bc74c
@ -26,7 +26,6 @@ def main():
|
|||||||
global metric_enable
|
global metric_enable
|
||||||
global pit_enable
|
global pit_enable
|
||||||
|
|
||||||
global config
|
|
||||||
global config = su.load_config("config.json")
|
global config = su.load_config("config.json")
|
||||||
|
|
||||||
task = threading.Thread(name = "match", target = match)
|
task = threading.Thread(name = "match", target = match)
|
||||||
|
Loading…
Reference in New Issue
Block a user