remove non used testfile
This commit is contained in:
parent
20636c9528
commit
399a868c1a
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
(ns mastodon-bot.mytest
|
|
||||||
(:require
|
|
||||||
[mastodon-bot.infra :as infra]
|
|
||||||
[clojure.pprint :refer [pprint]]
|
|
||||||
[mastodon-bot.twitter-api :as twitter]
|
|
||||||
[mastodon-bot.core :as core]))
|
|
||||||
|
|
||||||
(defn myconfig []
|
|
||||||
(core/mastodon-auth (infra/load-config)))
|
|
||||||
|
|
||||||
(defn run []
|
|
||||||
(core/-main))
|
|
Reference in a new issue