Skip to content

Commit

Permalink
⚙ Revert USE_RANDOM_MINI_GAME_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
shamhi committed Aug 31, 2024
1 parent b0c06a7 commit 1ba2ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ba2ba5

Please sign in to comment.