From c028a38f6b2c72c9be9c98d6f0dd1b376d58779c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 1 Mar 2022 11:29:07 -0600 Subject: bugfix. forgot to ensure config in fallback to http request --- src/lib.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib.lisp b/src/lib.lisp index d990b22..f9d81aa 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -257,6 +257,7 @@ the directories that appear in the value of that variable." (bind-vars-and-run-oneliner ol args force-clip)) (when (and by-id (not found)) (format t "Trying to fetch that oneliner with id ~a from the wiki.~%" item-number) + (ensure-config) (a:if-let ((ol (api:request-with (:host (host)) (jonathan:parse -- cgit v1.2.3