Lazily load sendmail.
This commit is contained in:
parent
13a3ea97bd
commit
879256dbd5
|
@ -32,7 +32,9 @@ Polling a URL can result in one of four options:
|
|||
|
||||
|#
|
||||
|
||||
(require net/url net/ftp net/sendmail)
|
||||
(require net/url net/ftp racket/lazy-require)
|
||||
|
||||
(lazy-require [net/sendmail (send-mail-message)])
|
||||
|
||||
;; the mirrors file has (list url secs result) entries containing the url as a
|
||||
;; string, the time it was checked (the result of `current-seconds'), and the
|
||||
|
|
Loading…
Reference in New Issue
Block a user