rename scrape-set-images action
This commit is contained in:
parent
a0ef0d48e0
commit
8859432b7d
|
@ -15,7 +15,7 @@
|
|||
["setup-db" "Initializes database"]
|
||||
["load-json" "Loads mtgjson card/set data from specified json file"]
|
||||
["scrape-prices" "Runs all price scrapers, updating card pricing"]
|
||||
["scrape-set-images" "Downloads set images from gatherer"]])
|
||||
["scrape-images" "Downloads set/mana/symbol images from Gatherer"]])
|
||||
|
||||
(defn- ->actions-summary
|
||||
[]
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
(update-prices! (first arguments))
|
||||
(update-prices!))
|
||||
|
||||
:scrape-set-images
|
||||
:scrape-images
|
||||
(do
|
||||
(download-gatherer-set-images!)
|
||||
(download-gatherer-symbol-images!)))))
|
||||
|
|
Loading…
Reference in a new issue