quick bug fix to tra.py

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-23 22:48:50 -05:00
parent ba06b9293e
commit a739007222

View File

@ -26,7 +26,6 @@ def main():
global metric_enable
global pit_enable
global config
global config = su.load_config("config.json")
task = threading.Thread(name = "match", target = match)