🖌️ Added stuff to the blackjack drawing

This commit is contained in:
NikolajDanger
2020-07-28 11:18:47 +02:00
parent 81012bada5
commit 9908671c40
6 changed files with 69 additions and 26 deletions

View File

@ -183,11 +183,9 @@ def makeFiles():
finally:
f.close()
try:
if os.path.isdir("resources/games/tables") == False:
os.makedirs("resources/games/tables")
logThis("The tables directory didn't exist")
except:
logThis("The tables directory existed")
def replaceMultiple(mainString, toBeReplaces, newString):
# Iterate over the strings to be replaced