Skip to content

Commit

Permalink
Ups, one too many.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Jul 6, 2016
1 parent e989696 commit 9ace01d
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 @@ -1890,7 +1890,7 @@ def _loadItems(self):
SELECT item_id, name, category_id, avg_price, fdev_id
FROM Item
"""
itemByID, itemByName = {}, {}, {}
itemByID, itemByName = {}, {}
for ID, name, categoryID, avgPrice, fdevID in self.cur.execute(stmt):
category = self.categoryByID[categoryID]
item = Item(
Expand Down

0 comments on commit 9ace01d

Please sign in to comment.