Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ def send_email_with_attachment(recipient_email, subject, body, image_data):
|
|
301 |
server.quit()
|
302 |
|
303 |
except error:
|
304 |
-
print
|
305 |
|
306 |
# return 1
|
307 |
|
|
|
301 |
server.quit()
|
302 |
|
303 |
except error:
|
304 |
+
print(error)
|
305 |
|
306 |
# return 1
|
307 |
|