1
0
Fork 0
forked from s3lph/matemat

codestyle

This commit is contained in:
s3lph 2022-07-16 19:17:42 +02:00
parent 1b35f4ea7d
commit b486b6f3c8

View file

@ -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)