diff options
Diffstat (limited to 'src/mailman/app/digests.py')
| -rw-r--r-- | src/mailman/app/digests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/digests.py b/src/mailman/app/digests.py index 2190fdf98..6ef37a391 100644 --- a/src/mailman/app/digests.py +++ b/src/mailman/app/digests.py @@ -73,7 +73,7 @@ def bump_digest_number_and_volume(mlist): -def maybe_send_digest_now(mlist, force=False): +def maybe_send_digest_now(mlist, *, force=False): """Send this mailing list's digest now. If there are any messages in this mailing list's digest, the |
