rabin hace 7 años
padre
commit
ce39dbd3b1
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      cron.py

+ 0 - 3
cron.py

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