mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Change in names of scripts.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user