mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-22 02:06:17 -05:00
enable A25 (scryfall only) (#206)
* enable scryfall for A25 * readd xml dump
This commit is contained in:
parent
e31191b7e0
commit
32f2cc48dc
|
|
@ -6,7 +6,7 @@ TARGET_BRANCH="files"
|
|||
|
||||
function doCompile {
|
||||
echo "Running script..."
|
||||
python main.py
|
||||
python main.py dumpXML=True
|
||||
}
|
||||
|
||||
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ type: "masters"
|
|||
mtgsurl: ""
|
||||
#mtgscardpath: "?"
|
||||
fullSpoil: false
|
||||
scryfallOnly: false
|
||||
scryfallOnly: true
|
||||
noRSS: true
|
||||
---
|
||||
code: "DOM"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user