summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
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] = []
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage