回答編集履歴

1

条件反転

2017/05/20 13:20

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  def run(self):
64
64
 
65
- while self.stopping.is_set():
65
+ while not self.stopping.is_set():
66
66
 
67
67
  time.sleep(1)
68
68