diff options
| author | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
| commit | 85521fac12e3c67e10fbc21345e4694f3ab22fe0 (patch) | |
| tree | dbb9db4e36698b6c8f78954548cd17a95607352b /src/mailman/app/digests.py | |
| parent | 8d74a4f3b19928a9c311096aa5b39893ae3fe701 (diff) | |
| download | mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.gz mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.zst mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.zip | |
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 |
