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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue