With gravitas

This commit is contained in:
heyarne 2022-08-30 18:59:18 +02:00
commit 1559578ef9

View file

@ -2,7 +2,9 @@
(chicken io)
(chicken process-context)
(chicken random)
(chicken format))
(chicken format)
http-client
utf8)
(define *api-url* (get-environment-variable "MASTODON_API_URL"))
(define *access-token* (get-environment-variable "MASTODON_ACCESS_TOKEN"))
@ -37,4 +39,4 @@
(line (file-line-at file n)))
(display "Seize the means of ")
(display line)
(display "\n"))
(display "!\n"))