fd
This commit is contained in:
parent
81e832c3a0
commit
fb6cf3f823
1 changed files with 1 additions and 5 deletions
|
@ -375,11 +375,7 @@ def u_username(username, v=None):
|
||||||
|
|
||||||
u = get_user(username, v=v)
|
u = get_user(username, v=v)
|
||||||
|
|
||||||
if v and v == u and v.id==1:
|
if v and v == u: v.refresh_selfset_badges()
|
||||||
first = time.time()
|
|
||||||
v.refresh_selfset_badges()
|
|
||||||
second = time.time()
|
|
||||||
print(second-first)
|
|
||||||
|
|
||||||
# check for wrong cases
|
# check for wrong cases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue