d-Rickyy-b / Python-BlackJackBot

A Telegram bot written in Python to play the game BlackJack alone or with your friends
https://telegram.me/BlackJackBot
GNU General Public License v3.0
76 stars 37 forks source link

FIX: current_player was None in some cases #68

Closed d-Rickyy-b closed 6 years ago

d-Rickyy-b commented 6 years ago

When the game was ended, the current_player was set to None. Trying to get the user 'None' out of the list of users is pretty much not possible.