1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-06-07 13:51:56 +00:00

all in one

This commit is contained in:
Newnius 2019-12-26 16:44:33 +08:00
parent 155018a7ed
commit 0cd7087ec2

View File

@ -310,8 +310,9 @@ def main():
t2 = threading.Thread(target=listen())
t1.start()
t2.start()
t2.join()
t1.join()
print("started")
while True:
pass
if __name__ == '__main__':