codestyle
This commit is contained in:
parent
1b35f4ea7d
commit
b486b6f3c8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def transfer():
|
|||
user = db.get_user(uid)
|
||||
if 'target' not in request.params or 'n' not in request.params:
|
||||
redirect('/')
|
||||
return;
|
||||
return
|
||||
# Fetch the target user from the database
|
||||
tuid = int(str(request.params.target))
|
||||
transfer_user = db.get_user(tuid)
|
||||
|
|
Loading…
Reference in a new issue