This commit is contained in:
Aevann1 2021-09-05 11:44:02 +02:00
parent b5b283fc98
commit 81e832c3a0

View file

@ -375,6 +375,12 @@ 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)
# check for wrong cases
if username != u.username: