tomoya il y a 1 mois
Parent
commit
0fedd5eec7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      backend/app/app/api/api_v1/endpoints/text2zip.py

+ 2 - 0
backend/app/app/api/api_v1/endpoints/text2zip.py

@@ -319,6 +319,7 @@ def send_simple_email(email_to: str, video_path: str):
                                                                         'user':'verify@choozmo.com',
                                                                         'password':'hlmaxzjnvpeaulhw',
                                                                         'timeout': 30})
+        print(r)
         assert r.status_code == 250
     else:
         message = emails.html(html=f"<p>Hi!<br>Here is Choozmo Video<br><a href='{video_path}'>Video</a></p>",
@@ -330,5 +331,6 @@ def send_simple_email(email_to: str, video_path: str):
                                                                             'user':'verify@choozmo.com',
                                                                             'password':'hlmaxzjnvpeaulhw',
                                                                             'timeout': 30})
+        print(r)
         assert r.status_code == 250