diff --git a/clashroyalebuildabot/bot/bot.py b/clashroyalebuildabot/bot/bot.py index 52ca681..c5128e0 100644 --- a/clashroyalebuildabot/bot/bot.py +++ b/clashroyalebuildabot/bot/bot.py @@ -169,4 +169,3 @@ def run(self): self.step() except KeyboardInterrupt: logger.info("Thanks for using CRBAB, see you next time!") - self.emulator.quit() diff --git a/pyproject.toml b/pyproject.toml index f9428d2..fd8ed89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "PyYAML", "pybind11>=2.12", "requests>=2.25.1", - "av" + "av", + "tqdm", ] [project.optional-dependencies]