Bug fixes

This commit is contained in:
simon987
2019-03-28 20:29:34 -04:00
parent d69ed65a0c
commit 2046b36f9a
2 changed files with 4 additions and 6 deletions

View File

@@ -124,9 +124,9 @@ class TaskManager:
def _do_recrawl(self):
while True:
time.sleep(60 * 30)
logger.debug("Creating re-crawl tasks")
self._generate_crawling_tasks()
time.sleep(60 * 30)
def _generate_crawling_tasks(self):