mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
added Innistrad to setInfoScript.py
This commit is contained in:
@@ -145,6 +145,9 @@ def initSets():
|
||||
allSets['Mirrodin Besieged'] = 'MBS'
|
||||
allSets['New Phyrexia'] = 'NPH'
|
||||
|
||||
# Innistrad
|
||||
allSets['Innistrad']='ISD'
|
||||
|
||||
def addSets(card):
|
||||
html = getURL('http://magiccards.info/query?q=!'+card.name)
|
||||
start = html.find('<br><u><b>Editions:</b></u><br>')
|
||||
|
||||
Reference in New Issue
Block a user