From 6a2c7bbcc362b631718294f6484bd56ce562d050 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 18 Feb 2025 22:01:19 -0800 Subject: Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 94da4c2..4fdcae5 100644 --- a/app.py +++ b/app.py @@ -189,7 +189,7 @@ def get_channel_information(channel_name): def api_groups(): group_mappings = {} for name, group in member_groups.items(): - if group in GRADUATED: + if name in GRADUATED: continue if group not in group_mappings: group_mappings[group] = [] -- cgit v1.2.3