Redmind commited on
Commit
041d23e
·
verified ·
1 Parent(s): 84e9804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 error
305
 
306
  # return 1
307
 
 
301
  server.quit()
302
 
303
  except error:
304
+ print(error)
305
 
306
  # return 1
307