From ed7bc4fba5b222c95798e3cc5560b17e873e94c2 Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Tue, 26 May 2026 23:20:03 +0300 Subject: [PATCH] 0.0.4s --- system_module/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_module/db.py b/system_module/db.py index c0e9042..f656a49 100644 --- a/system_module/db.py +++ b/system_module/db.py @@ -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]