summaryrefslogtreecommitdiff
path: root/port_me
diff options
context:
space:
mode:
authorTom Briles2016-07-28 09:51:47 -0700
committerBarry Warsaw2016-10-31 20:05:27 -0400
commit7a584735bd890a736ea2f27d0f488177b52d90b0 (patch)
tree215e236dedcd2c23b9679f43be4a9a1065932988 /port_me
parent366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff)
downloadmailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.gz
mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.zst
mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.zip
Diffstat (limited to 'port_me')
-rw-r--r--port_me/checkdbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/port_me/checkdbs.py b/port_me/checkdbs.py
index 9e5213b4c..ac6dd2ad0 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, tomoderators=True)
finally:
mlist.Unlock()