added Dragon's Maze 3 letter code

This commit is contained in:
ArsenalNut
2013-01-03 15:12:30 +00:00
parent b3f322a9f4
commit e0955d415e

View File

@@ -156,7 +156,7 @@ def initSets():
# Return to Ravnica # Return to Ravnica
allSets['Return to Ravnica']='RTR' allSets['Return to Ravnica']='RTR'
#allSets['Gatecrash']='GTC' #allSets['Gatecrash']='GTC'
#allSets['Sinker']='UNK' #allSets['Dragon\'s Maze']='DGM'
def addSets(card): def addSets(card):
html = getURL('http://magiccards.info/query?q=!'+card.name) html = getURL('http://magiccards.info/query?q=!'+card.name)