This commit is contained in:
2018-02-20 19:06:59 +01:00
parent b6c606f141
commit 141d015689
2 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -21,7 +21,9 @@ from multiprocessing import Queue, Process
import queue
from decimal import Decimal, getcontext
DELAY1 = 80
import time
DELAY1 = 20
DELAY2 = 20
class Example(Frame):
@@ -116,7 +118,8 @@ class Example(Frame):
print (self.p1.is_alive())
queue.put(pi)
print("end")
print("end")
time.sleep(1)
def main():