mtgatracker / python-mtga

MTGA set data & tooling for python
MIT License
26 stars 23 forks source link

card_set.py abilities error #13

Open kelesi opened 5 years ago

kelesi commented 5 years ago

Using the commit c3f2827 from master and also the rna branch causes this error:

File "d:\installed\Python27\lib\site-packages\mtga-0.5.2-py2.7.egg\mtga\models\card_set.py", line 34 self.lookup = {**abilities} ^ SyntaxError: invalid syntax