diff --git a/clashroyalebuildabot/bot/bot.py b/clashroyalebuildabot/bot/bot.py index 9914ac5..709aad1 100644 --- a/clashroyalebuildabot/bot/bot.py +++ b/clashroyalebuildabot/bot/bot.py @@ -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