🖌️ Added stuff to the blackjack drawing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user