about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-07-07 19:54:18 -0400
committerelioat <elioat@tilde.institute>2023-07-07 19:54:18 -0400
commit5e0df118583da49bdb4e3d190be3461e7a098adc (patch)
treeec74bb7baa7920d9c545f836c1e7565c7a590b06
parentfe8db346cbef45f33d50acabbaa2885fc1e8bd12 (diff)
downloadtour-5e0df118583da49bdb4e3d190be3461e7a098adc.tar.gz
*
-rw-r--r--janet/fedi-playground/play.janet4
1 files changed, 2 insertions, 2 deletions
diff --git a/janet/fedi-playground/play.janet b/janet/fedi-playground/play.janet
index f0a9cc5..1596331 100644
--- a/janet/fedi-playground/play.janet
+++ b/janet/fedi-playground/play.janet
@@ -1,7 +1,7 @@
-(use spork) 
-
 # a utility script used to explore my fediverse followers
 
+(import spork/json) 
+
 (defn read-from-file [file-path]
   "read data from a file, not super safe or fault tolerant."
   (let [f (file/open file-path :r)