same as last commit

pull/166/head
Aevann 2023-07-04 23:59:42 +03:00
parent ca2f50f7ce
commit 225c63af0b
1 changed files with 1 additions and 1 deletions

View File

@ -173,8 +173,8 @@ def _process_timer(attr, badge_ids, text, extra_attrs={}):
uids = set([x.id for x in users])
#set user attributes
attr = str(attr).split('.')[1]
for user in users:
attr = str(attr).split('.')[1]
setattr(user, attr, 0)
for k, val in extra_attrs.items():
k = str(k).split('.')[1]