mirror of
https://github.com/simon987/od-database.git
synced 2025-04-24 12:45:51 +00:00
test3
This commit is contained in:
parent
e6b4987f3e
commit
17a094e8ff
@ -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["task_count"])
|
||||
stats.sort(key=lambda t: t[1]["task_count"])
|
||||
|
||||
return stats
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user