Лишний принт в auth

This commit is contained in:
Anton Kamalov
2024-10-24 21:17:41 +03:00
parent a29cfa19b6
commit 1a6e5b0bcf

View File

@@ -17,7 +17,6 @@ def auth():
return render_template('auth.html')
else:
data = request.form.to_dict()
print(data)
auth_data = route(config, data, sql_provider, 'auth.sql')
if auth_data.status:
session.update({