removed print
This commit is contained in:
parent
a8fec178e6
commit
64e0c340c3
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ def create_app(test_config=None):
|
||||||
try:
|
try:
|
||||||
user_id = request.form["id"]
|
user_id = request.form["id"]
|
||||||
change = int(float(request.form["change"]) * 100)
|
change = int(float(request.form["change"]) * 100)
|
||||||
print(change)
|
|
||||||
except:
|
except:
|
||||||
return render_template("error.html", error_code="095")
|
return render_template("error.html", error_code="095")
|
||||||
c.execute(f"SELECT * FROM users WHERE id=?", [user_id])
|
c.execute(f"SELECT * FROM users WHERE id=?", [user_id])
|
||||||
|
|
Loading…
Reference in a new issue