Skip to content

Commit

Permalink
Fix config key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Sep 9, 2024
1 parent 9296885 commit d323c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, actions, auto_start=True):
)
keyboard_thread.start()

if config["load_deck"]:
if config["bot"]["load_deck"]:
self.emulator.load_deck(cards)

@staticmethod
Expand Down

0 comments on commit d323c53

Please sign in to comment.