Skip to content

Commit

Permalink
replaced decks.decks with all method. #18
Browse files Browse the repository at this point in the history
  • Loading branch information
lovac42 committed Apr 13, 2020
1 parent a8c59ad commit 0607c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blitzkrieg/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def fillGroups(rootNode, grps, head=""):

fillGroups(rootNode, grps)

deck_cnt = len(browser.col.decks.decks)
deck_cnt = len(browser.col.decks.all())
rootNode.tooltip = f"Total: {deck_cnt} decks"


Expand Down

0 comments on commit 0607c24

Please sign in to comment.