mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Bugfix for Portal cards in Python Script. They were just grabbing any old Portal in the search.
This commit is contained in:
@@ -144,7 +144,7 @@ def addSets(card):
|
||||
block = html[start:end]
|
||||
|
||||
for edition in allSets.keys():
|
||||
edIndex = block.find(edition)
|
||||
edIndex = block.find(edition+'<')
|
||||
if edIndex == -1:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user