From 1ba2ba56d9a198c0740f3355441f282662f1002b Mon Sep 17 00:00:00 2001 From: shamhi Date: Sat, 31 Aug 2024 11:12:57 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20Revert=20USE=5FRANDOM=5FMINI=5FGAME?= =?UTF-8?q?=5FKEY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/config/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/config/config.py b/bot/config/config.py index b9b70f98..70da5ed6 100644 --- a/bot/config/config.py +++ b/bot/config/config.py @@ -30,6 +30,8 @@ class Settings(BaseSettings): SCORE_MINI_GAME_TILES: list[int] = [300, 500] GAMES_COUNT: list[int] = [1, 10] + USE_RANDOM_MINI_GAME_KEY: bool = True + AUTO_COMPLETE_TASKS: bool = True USE_TAPS: bool = True