SimonBoulier 6 years ago
parent
commit
2f79947e53
1 changed files with 5 additions and 2 deletions
  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):
     if old_email and (old_email != member.email):
         for maillist in member.subscribed_maillinglists.all():
         for maillist in member.subscribed_maillinglists.all():
             maillist.sync_to_list_server()
             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