SimonBoulier il y a 6 ans
Parent
commit
2f79947e53
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      maillists/models.py

+ 5 - 2
maillists/models.py

@@ -126,5 +126,8 @@ def update_an_email_address(sender, instance, *args, **kwargs):
     if old_email and (old_email != member.email):
         for maillist in member.subscribed_maillinglists.all():
             maillist.sync_to_list_server()
-
-            # Error handling
+    # Error handling ???
+    # try:
+    # except SyncCommandError as e:
+    #     print("error", e)
+    # we cannot send a message because we don't have the request