Changed UI to fit the-eye.eu

This commit is contained in:
Simon
2018-06-18 22:37:05 -04:00
parent 677bfa03ea
commit 81d52a4551
9 changed files with 138 additions and 29 deletions

View File

@@ -151,7 +151,9 @@ class TaskDispatcher:
stats = dict()
for server in self.crawl_servers:
stats[server.name] = server.fetch_stats()
server_stats = server.fetch_stats()
if server_stats:
stats[server.name] = server_stats
return stats