@@ -41,7 +41,4 @@ def start(number = 1):
p.start()
task = []
i = 0
- if task != []:
- p = Process(target=handle, args=(task,))
- p.start()
start()