Fix kwarg.

This commit is contained in:
Dominik Pantůček 2023-11-16 19:16:28 +01:00
parent 68bad91262
commit 0b7f042eaf

View file

@ -394,7 +394,7 @@
(mbase-active-emails MB #:suspended #t)) (mbase-active-emails MB #:suspended #t))
(mailman-sync-members (find-mailman-list MLS "rada") (mailman-sync-members (find-mailman-list MLS "rada")
(mbase-active-emails MB (mbase-active-emails MB
#:pred rada-ml-pred?))) #:pred? rada-ml-pred?)))
(else (else
(print "Mailman synchronization disabled with manually specified current month.")))) (print "Mailman synchronization disabled with manually specified current month."))))
((notify) ((notify)