mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
@@ -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()
|
||||||
|
Reference in New Issue
Block a user