Improving blackjack

This commit is contained in:
Nikolaj Danger
2020-08-05 11:19:24 +02:00
parent 089791c3ba
commit b241dc13a8
3 changed files with 156 additions and 213 deletions

View File

@@ -36,7 +36,7 @@ def drawImage(channel):
for x in range(len(hands)):
key, value = list(hands.items())[x]
key = getName(key)
logThis("drawing "+key+"'s hand")
#logThis("Drawing "+key+"'s hand")
userHand = drawHand(value["hand"],False,value["busted"],value["blackjack"])
try:
if value["split"] == 3: