teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

関数名の変更

2018/11/28 08:32

投稿

hokahomu
hokahomu

スコア38

title CHANGED
File without changes
body CHANGED
@@ -53,7 +53,7 @@
53
53
 
54
54
 
55
55
 
56
- def hello():
56
+ def flg():
57
57
  flg=flg-1
58
58
 
59
59
 
@@ -85,7 +85,7 @@
85
85
  flg = flg+1
86
86
 
87
87
  if flg==1:
88
- t=threading.Timer(10,hello)
88
+ t=threading.Timer(10,flg)
89
89
  t.start()
90
90
 
91
91
  # 検出結果とともに映像を表示