Development

This commit is contained in:
Matthew Grotke 2026-06-03 15:36:41 -04:00
parent 2140ea0e0a
commit 8ab88094b3

View file

@ -65,8 +65,7 @@ def collect_tokens(cfg):
done_ts_map = get_done_timestamps() done_ts_map = get_done_timestamps()
if all_groups: if all_groups:
level = client_level() is_manager = client_level() >= LEVEL_RANK['manager']
is_manager = LEVEL_RANK.get(level, 0) >= LEVEL_RANK.get('manager', 0)
no_revert = set() no_revert = set()
for g, _ in all_groups: for g, _ in all_groups:
if g['reverts_group']: if g['reverts_group']: