master
Aevann1 2021-09-05 11:45:25 +02:00
parent 759bc4e85d
commit 19d1dd882e
1 changed files with 1 additions and 5 deletions

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