From 41efbdb6de32be72940472385f6e7767046850e1 Mon Sep 17 00:00:00 2001 From: Amin Mahmoudi Date: Thu, 1 Aug 2024 15:32:36 +0330 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0ca2cd2..790f9b3 100644 --- a/main.py +++ b/main.py @@ -54,7 +54,7 @@ # This feature will stop buying upgrades when the balance is less than the price of the best card. "wait_for_best_card": True, # Recommended to keep it True for high-level accounts "enable_parallel_upgrades": True, # Enable parallel card upgrades. This will buy cards in parallel if the best card is on cooldown. It should speed up the profit. - "parallel_upgrades_max_price_per_hour": 700, # Cards with less than X coins per 1k will be bought + "parallel_upgrades_max_price_per_hour": 1000, # Cards with less than X coins per 1k will be bought }, # If you have enabled Telegram bot logging, # you can add your chat ID below to receive logs in your Telegram account.