fixed multiple download links being sent to SAB

This commit is contained in:
Remy
2011-05-24 09:11:48 -07:00
parent dca48bade7
commit bd176a9bc3
3 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -36,6 +36,6 @@ class threadtool(SimplePlugin):
import mover
from webServer import database
if os.path.exists(database):
self.sched.add_cron_job(updater.dbUpdate, hour=3)
self.sched.add_interval_job(searcher.searchNZB, hours=18)
self.sched.add_cron_job(updater.dbUpdate, hour=4, minute=0, second=0)
self.sched.add_interval_job(searcher.searchNZB, hours=12)
#self.sched.add_interval_job(mover.moveFiles, minutes=10)