mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
another bug fix
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
a739007222
commit
dc4f5ab40e
@ -26,7 +26,8 @@ def main():
|
|||||||
global metric_enable
|
global metric_enable
|
||||||
global pit_enable
|
global pit_enable
|
||||||
|
|
||||||
global config = su.load_config("config.json")
|
global config
|
||||||
|
config = su.load_config("config.json")
|
||||||
|
|
||||||
task = threading.Thread(name = "match", target = match)
|
task = threading.Thread(name = "match", target = match)
|
||||||
task.start()
|
task.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user