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

質問編集履歴

1

記載ミスの修正

2020/12/09 07:57

投稿

grintea
grintea

スコア15

title CHANGED
File without changes
body CHANGED
@@ -70,4 +70,4 @@
70
70
 
71
71
  ### 試したこと
72
72
 
73
- thread = threading.Thread(target=timer.changeLabelText)のthreading.Threadをmultiprocess.Processに変換とQue
73
+ thread = threading.Thread(target=timer.changeLabelText)のthreading.Threadをmultiprocess.Processに変換とQueueの設定をしてみたが、設定がうまくいかず動作しなかった。