diff options
Diffstat (limited to 'janet/fedi-playground')
-rw-r--r-- | janet/fedi-playground/play.janet | 4 |
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) |