Skip to content

Commit

Permalink
Fix RareItem name function
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 1, 2015
1 parent 3d169e3 commit 5623481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class RareItem(namedtuple('RareItem', [
Describes a RareItem
"""
def name(self):
return self.name
return self.dbname


######################################################################
Expand Down

0 comments on commit 5623481

Please sign in to comment.