Fixbug save path

This commit is contained in:
Andros Fenollosa 2019-10-09 19:53:37 +02:00
parent bfabf33842
commit 16f6b94f3e

View File

@ -14,7 +14,7 @@
(defn save-csv-domains (defn save-csv-domains
"Save the list with the domains in a CSV file" "Save the list with the domains in a CSV file"
[url new-domains] [url new-domains]
(with-open [writer (io/writer url)] (with-open [writer (io/writer (io/resource url))]
(csv/write-csv writer new-domains))) (csv/write-csv writer new-domains)))
(defn wordpress? (defn wordpress?