diff options
| author | Barry Warsaw | 2016-11-14 03:30:54 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-14 03:30:54 +0000 |
| commit | 54d32b872ee4e67a64a176077dbc49a4f87b9324 (patch) | |
| tree | ba9170245c9f9c87f5604e02a8dc1aaf37443319 /port_me/checkdbs.py | |
| parent | 366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff) | |
| parent | a9e62e4350d1a108af972ab9dc2043f76b98a04c (diff) | |
| download | mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.gz mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.zst mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.zip | |
Diffstat (limited to 'port_me/checkdbs.py')
| -rw-r--r-- | port_me/checkdbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port_me/checkdbs.py b/port_me/checkdbs.py index 9e5213b4c..7f46e97d4 100644 --- a/port_me/checkdbs.py +++ b/port_me/checkdbs.py @@ -199,7 +199,7 @@ def main(): mlist.GetBouncesEmail(), subject, text, mlist.preferred_language) - msg.send(mlist, **{'tomoderators': True}) + msg.send(mlist, to_moderators=True) finally: mlist.Unlock() |
