1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-06-06 21:31:55 +00:00

all in one

This commit is contained in:
Newnius 2019-12-26 16:41:42 +08:00
parent 674238c695
commit de32b961e1

View File

@ -308,8 +308,8 @@ def listen():
def main():
t1 = threading.Thread(target=report())
t2 = threading.Thread(target=listen())
t1.start()
t2.start()
t1.start()
t1.join()
t2.join()