From d81c580dde7a6c036fafaee8f04bd99c2fb4d29c Mon Sep 17 00:00:00 2001 From: FazziCLAY Date: Sun, 5 Apr 2026 13:08:09 +0300 Subject: [PATCH] fix: groups key --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dff1db1..703e959 100644 --- a/main.py +++ b/main.py @@ -62,7 +62,7 @@ def gen_groups_from_states(states): for state in states: for sheet in state['sheets'].values(): - gr = sheet['groups'] + gr = sheet.get('groups', {}) if len(gr.keys()) == 0: continue