Development
This commit is contained in:
parent
2140ea0e0a
commit
8ab88094b3
1 changed files with 1 additions and 2 deletions
|
|
@ -65,8 +65,7 @@ def collect_tokens(cfg):
|
|||
|
||||
done_ts_map = get_done_timestamps()
|
||||
if all_groups:
|
||||
level = client_level()
|
||||
is_manager = LEVEL_RANK.get(level, 0) >= LEVEL_RANK.get('manager', 0)
|
||||
is_manager = client_level() >= LEVEL_RANK['manager']
|
||||
no_revert = set()
|
||||
for g, _ in all_groups:
|
||||
if g['reverts_group']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue