same as last commit

pull/166/head
Aevann 2023-07-04 23:51:58 +03:00
parent 8b88be98f3
commit ca2f50f7ce
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ def _process_timer(attr, badge_ids, text, extra_attrs={}):
#set user attributes
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]