added printing of card name to console as each card is processed

This commit is contained in:
jendave
2011-08-06 11:10:30 +00:00
parent e13265f0de
commit 19f5cb2c86

View File

@@ -143,6 +143,8 @@ def addSets(card):
end = html.find('<br><u><b>Languages:</b></u><br>', start) end = html.find('<br><u><b>Languages:</b></u><br>', start)
block = html[start:end] block = html[start:end]
print card.name
for edition in allSets.keys(): for edition in allSets.keys():
edIndex = block.find(edition+'<') edIndex = block.find(edition+'<')
if edIndex == -1: if edIndex == -1: