Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
masterking32 authored Aug 1, 2024
1 parent 9b17f76 commit 41efbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41efbdb

Please sign in to comment.