質問編集履歴

1

記載ミスの修正

2020/12/09 07:57

投稿

grintea
grintea

スコア15

test CHANGED
File without changes
test CHANGED
@@ -142,4 +142,4 @@
142
142
 
143
143
 
144
144
 
145
- thread = threading.Thread(target=timer.changeLabelText)のthreading.Threadをmultiprocess.Processに変換とQue
145
+ thread = threading.Thread(target=timer.changeLabelText)のthreading.Threadをmultiprocess.Processに変換とQueueの設定をしてみたが、設定がうまくいかず動作しなかった。