Update core.clj
This commit is contained in:
parent
7c6e9ba60f
commit
5e9a5ad9e1
@ -21,7 +21,7 @@
|
|||||||
(defn -main
|
(defn -main
|
||||||
[& args]
|
[& args]
|
||||||
(let [;; Name of the file containing the CSV with the domains
|
(let [;; Name of the file containing the CSV with the domains
|
||||||
file-csv "top-1m-test.csv"
|
file-csv "top-1m.csv"
|
||||||
;; Get domains from CSV
|
;; Get domains from CSV
|
||||||
domains-csv (vec (read-csv-domains file-csv))
|
domains-csv (vec (read-csv-domains file-csv))
|
||||||
;; Filters leaving those that have not been checked
|
;; Filters leaving those that have not been checked
|
||||||
|
Loading…
Reference in New Issue
Block a user