Commit 90d24e9e by Tu Nombre

fdsfds

1 parent e063e952
Showing 1 changed file with 1 additions and 0 deletions
......@@ -98,6 +98,7 @@ def login():
print(user,pasw,pruebas.login)
if pruebas.login[user] != pasw:
raise MyCustomException("Ocurrió un error personalizado.")
#
print("Login user desarrollo")
response = make_response(redirect(url_for('historico')))
#response = make_response('', 200)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!