fix ability to specify a specific price scraper to use from the CLI
This commit is contained in:
parent
deb260b9df
commit
af08883b69
|
@ -103,7 +103,7 @@
|
||||||
(do
|
(do
|
||||||
(mount/start-with-args args #'config/app-config, #'db/db)
|
(mount/start-with-args args #'config/app-config, #'db/db)
|
||||||
(if (seq arguments)
|
(if (seq arguments)
|
||||||
(update-prices! (first arguments))
|
(update-prices! (keyword (first arguments)))
|
||||||
(update-prices!)))
|
(update-prices!)))
|
||||||
|
|
||||||
:scrape-images
|
:scrape-images
|
||||||
|
|
Loading…
Reference in a new issue