- Bugfix for Portal cards in Python Script. They were just grabbing any old Portal in the search.

This commit is contained in:
jendave
2011-08-06 11:10:25 +00:00
parent 13bcf040ab
commit e13265f0de

View File

@@ -144,7 +144,7 @@ def addSets(card):
block = html[start:end] block = html[start:end]
for edition in allSets.keys(): for edition in allSets.keys():
edIndex = block.find(edition) edIndex = block.find(edition+'<')
if edIndex == -1: if edIndex == -1:
continue continue