Skip to content

Commit ab5584e

Browse files
committed
ta bien
1 parent a03d275 commit ab5584e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ from flask_mail import Mail, Message
9393
msg = Message('hola', sender = '[email protected]', recipients = ['[email protected]'])
9494
msg.body = "hola, como andas?"
9595
mail.send(msg)
96-
return "enviar"<code>
96+
return "enviar"
97+
~~~
9798

9899
**Paso 5** el código completo se proporciona a continuación. Ejecute el siguiente script en Python Shell y visite **http://localhost:5000/**.
99100

0 commit comments

Comments
 (0)