This commit is contained in:
Aevann1 2021-09-05 11:45:25 +02:00
parent 81e832c3a0
commit fb6cf3f823

View file

@ -375,11 +375,7 @@ def u_username(username, v=None):
u = get_user(username, v=v)
if v and v == u and v.id==1:
first = time.time()
v.refresh_selfset_badges()
second = time.time()
print(second-first)
if v and v == u: v.refresh_selfset_badges()
# check for wrong cases