This commit is contained in:
Hell13Cat
2026-05-26 23:20:03 +03:00
parent 30e0d58a7c
commit ed7bc4fba5
+1 -1
View File
@@ -82,7 +82,7 @@ class DB:
"count": count
}
for tag, count in counter.items()
if tag.lower().startswith(prefix)
if tag.lower().startswith(tag_slise)
]
results.sort(key=lambda x: x["count"], reverse=True)
top_10 = results[:10]