diff options
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..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() |
