diff --git a/src/micro_blog/api.clj b/src/micro_blog/api.clj index b200cb6..f28b078 100644 --- a/src/micro_blog/api.clj +++ b/src/micro_blog/api.clj @@ -17,7 +17,7 @@ (defn blue-sky-proc-handler [_request] (let [msg "Procing BlueSky Scrape"] (tel/log! :info msg) - (micro-blog.mastodon/run) + (micro-blog.blue-sky/run) {:status 200 :body msg}))