Remove open parenthesis deletion

Fixes #81
This commit is contained in:
tritoch
2017-07-06 23:18:17 -05:00
committed by GitHub
parent 9004f6d285
commit c13a719944

View File

@@ -109,7 +109,7 @@ def error_check(mtgjson, card_corrections={}):
{"name": card['name'], "key": key, "missing": True})
if 'text' in card:
card['text'] = card['text'].replace('<i>', '').replace(
'</i>', '').replace('<em>', '').replace('</em', '').replace('(', '').replace('&bull;', u'')
'</i>', '').replace('<em>', '').replace('</em', '').replace('&bull;', u'')
if 'type' in card:
if 'Planeswalker' in card['type']:
if not 'loyalty' in card: