Websites being indexed now show up on the homepage

This commit is contained in:
Simon
2018-06-12 21:51:02 -04:00
parent bccb1d0dfd
commit 24ef493245
6 changed files with 25 additions and 20 deletions

View File

@@ -96,6 +96,7 @@ class TaskDispatcher:
return queued_tasks
def get_current_tasks(self) -> list:
# TODO mem cache this
current_tasks = []
for server in self.crawl_servers: