⚡ Improving blackjack
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user