Change in names of scripts.

This commit is contained in:
Darko
2014-09-22 15:20:47 +02:00
parent b512737957
commit 7e73512d72
4 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ class queue_runner(threading.Thread):
else:
if my_ID:
time_of_last_run = time.time()
subprocess.call(["php", pathname+"/../bin/postprocess_alpha.php", ""+my_ID])
subprocess.call(["php", pathname+"/../bin/postprocess_threaded.php", ""+my_ID])
time.sleep(.02)
self.my_queue.task_done()