Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 639ff06

Browse files
author
nico
committed
cpu占用尝试解决
1 parent 1b38679 commit 639ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def controler():
6363
mainthread.start()
6464
controlthread.start()
6565

66-
while True:
67-
pass
66+
mainthread.join()
67+
controlthread.join()
6868

6969

7070

0 commit comments

Comments
 (0)