test in wpd too

pull/173/head
Aevann 2023-07-25 21:54:26 +03:00
parent cee9401fe5
commit e9e6ed5c7f
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ def userpagelisting(user:User, v=None, page:int=1, sort="new", t="all"):
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@auth_required
def u_username_wall(v:Optional[User], username:str):
if v.id == 1:
if v.id == AEVANN_ID:
print('fuck', flush=True)
u = get_user(username, v=v, include_blocks=True)
if username != u.username: