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 a739007222
commit dc4f5ab40e

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