mirror of
https://github.com/simon987/od-database.git
synced 2025-04-24 12:45:51 +00:00
test4
This commit is contained in:
parent
17a094e8ff
commit
c4b35c3caf
@ -348,7 +348,7 @@ class Database:
|
|||||||
info["file_count_avg"] = info["file_count"] / task_count
|
info["file_count_avg"] = info["file_count"] / task_count
|
||||||
stats.append((crawler.name, info))
|
stats.append((crawler.name, info))
|
||||||
|
|
||||||
stats.sort(key=lambda t: t[1]["task_count"])
|
stats.sort(key=lambda t: t[1]["task_count"], reverse=True)
|
||||||
|
|
||||||
return stats
|
return stats
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user