fix ability to specify a specific price scraper to use from the CLI

This commit is contained in:
Gered 2018-06-16 10:13:33 -04:00
parent deb260b9df
commit af08883b69

View file

@ -103,7 +103,7 @@
(do
(mount/start-with-args args #'config/app-config, #'db/db)
(if (seq arguments)
(update-prices! (first arguments))
(update-prices! (keyword (first arguments)))
(update-prices!)))
:scrape-images