From c9e85dd5b7104bc652861c1d9623ce4da4122ae8 Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Sat, 14 Aug 2021 16:59:50 +0200 Subject: use an empty string as the initial group value --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 8dcfa279e..68ab5f6bb 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -327,7 +327,7 @@ class Tags(Cog): return group + name result_lines = [] - current_group = object() + current_group = "" group_accessible = True for identifier, tag in sorted(self.tags.items(), key=tag_sort_key): -- cgit v1.2.3