Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit 5fda68f

Browse files
committed
Fix an error
1 parent df39b8b commit 5fda68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crasync/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(self, data):
153153
self.decklink = data.get('decklink')
154154

155155
def __repr__(self):
156-
return '<Card id={0.id}>'.format(self)
156+
return '<Card id={0.card_id}>'.format(self)
157157

158158
class PlayerCard(CardInfo):
159159

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='crasync',
55
packages=['crasync'], # this must be the same as the name above
6-
version='v2.0.16',
6+
version='v2.0.17',
77
description='An async wrapper for cr-api.com',
88
author='verixx',
99
license='MIT',

0 commit comments

Comments
 (0)