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