Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 1, 2025
1 parent 983edae commit ff006de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matplotlib.pyplot
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ def auto_bet(starting_bet=100, max_bet=1000):
print(f"❌ Round {i+1}: Lost {current_bet}. Increasing bet.")
balance -= current_bet
current_bet = min(current_bet * 2, max_bet)

time.sleep(1) # Simulate real-time betting delay

print(f"Final Balance: {balance}")
else:
print("📊 No hot hours detected yet. Keep logging data!")
Expand Down

0 comments on commit ff006de

Please sign in to comment.