mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
added printing of card name to console as each card is processed
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user