another bug fix

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-23 22:49:38 -05:00
parent dac46bf95d
commit 5fc492f43f

3
tra.py
View File

@ -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()