rabin il y a 7 ans
Parent
commit
ce39dbd3b1
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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()