質問編集履歴
1
記載ミスの修正
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に変換と
|
73
|
+
thread = threading.Thread(target=timer.changeLabelText)のthreading.Threadをmultiprocess.Processに変換とQueueの設定をしてみたが、設定がうまくいかず動作しなかった。
|