mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
bugfix in script
This commit is contained in:
@@ -84,7 +84,7 @@ if __name__ == '__main__':
|
||||
ee = sets[i].split(' ')
|
||||
editions.append(cis())
|
||||
editions[i].edition = ee[0]
|
||||
editions[i].rarity = ee[1]
|
||||
editions[i].rarity = ee[1].strip()
|
||||
if len(ee) > 2:
|
||||
editions[i].arts = int(ee[2][2:3])
|
||||
#print sets
|
||||
|
||||
Reference in New Issue
Block a user