Skip to content

Commit

Permalink
Fix another deck loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tspivey committed Jul 12, 2023
1 parent c288105 commit 314f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ygo/parsers/room_parser.py
Expand Up @@ -271,7 +271,7 @@ def deck(caller):

if not deck: # if deck is a name and still hasn't been found

deck = models.Deck.find(session, account, deck_name)
deck = models.Deck.find(session, account, name)

if not deck:
pl.notify(pl._("Deck doesn't exist or isn't publically available."))
Expand Down

0 comments on commit 314f15e

Please sign in to comment.