forked from s3lph/matemat
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)
|
user = db.get_user(uid)
|
||||||
if 'target' not in request.params or 'n' not in request.params:
|
if 'target' not in request.params or 'n' not in request.params:
|
||||||
redirect('/')
|
redirect('/')
|
||||||
return;
|
return
|
||||||
# Fetch the target user from the database
|
# Fetch the target user from the database
|
||||||
tuid = int(str(request.params.target))
|
tuid = int(str(request.params.target))
|
||||||
transfer_user = db.get_user(tuid)
|
transfer_user = db.get_user(tuid)
|
||||||
|
|
Loading…
Reference in a new issue