rabin 7 years ago
parent
commit
ce39dbd3b1
1 changed files with 0 additions and 3 deletions
  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()