lng2020 / GOP3-blackjack-bot

GOP3 Blackjack Bot
5 stars 2 forks source link

Only bets, nothing else. #4

Open NewbPi opened 3 days ago

NewbPi commented 3 days ago

It dosnt stand, hit, double or split. It just waits for the timer to run out. And then before making the next bet, it waits for the timer to run out again.

Might aswell use a mouse clicker.

lng2020 commented 3 days ago

what's your Python version? I'm doing great with Python 3.11.

NewbPi commented 2 days ago

Just updated to 3.11.9 and its the same problem. Just bets, then waits for the timer to run out. And during "Set your bets" it also waits for the timer to run out, before it places the amount of chips i chose.

lng2020 commented 1 day ago

I can't reproduce it. Maybe you can use some print to debug which phase it stops.

NewbPi commented 1 day ago

How?