diff --git a/main.py b/main.py index c0d8abf3..7680916c 100644 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ import json presets = { "isfullspoil": True, #when full spoil comes around, we only want to use WOTC images "includeMasterpieces": True, #if the set has masterpieces, let's get those too - "oldRSS": True #maybe MTGS hasn't updated their spoiler.rss but new cards have leaked + "oldRSS": False #maybe MTGS hasn't updated their spoiler.rss but new cards have leaked } with open('set_info.json') as data_file: diff --git a/spoilers.py b/spoilers.py index 3e29b12e..0462bbb5 100644 --- a/spoilers.py +++ b/spoilers.py @@ -749,7 +749,7 @@ def write_xml(mtgjson, setname, setlongname, setreleasedate, split_cards=[]): "\n" "\n" "\n" - "") + "\n") #print mtgjson for card in mtgjson["cards"]: for carda in split_cards: