Skip to content

Commit 1d300c4

Browse files
committed
Add images for Elevation flip cards
This commit also skips flip cards from image download.
1 parent 7bca9c2 commit 1d300c4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
Loading
Loading
Loading
Loading

src/clj/tasks/nrdb.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
(reduce expand-card `() c)))
7575

7676
;; these are cards with multiple faces, so we can't download them directly
77-
(def ^:const cards-to-skip #{"08012" "09001" "26066" "26120"})
77+
(def ^:const cards-to-skip #{"08012" "09001" "26066" "26120" "35023" "35057"})
7878

7979
(defn download-card-images
8080
"Download card images (if necessary) from NRDB"

0 commit comments

Comments
 (0)