Skip to content

Commit

Permalink
ooops how did that get in there
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Oct 11, 2018
1 parent 7fb86e9 commit 4a563b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __find_deck(self, deckid) -> Deck:
def __list(self, deckid: str):

deck = self.__find_deck(deckid)
98694bb54fafe315051d2a8f1f5ea4c0050947741ced184a5f33bf4a0081a0bb

try:
cards = pa.find_all_valid_cards(provider, deck)
except pa.exceptions.EmptyP2THDirectory as err:
Expand Down

0 comments on commit 4a563b6

Please sign in to comment.