🐛
This commit is contained in:
@@ -197,6 +197,11 @@ def makeFiles():
|
|||||||
os.makedirs("resources/games/4InARowBoards")
|
os.makedirs("resources/games/4InARowBoards")
|
||||||
logThis("The tables directory didn't exist")
|
logThis("The tables directory didn't exist")
|
||||||
|
|
||||||
|
# Creates the 4InARowBoards foulder if it doesn't exist
|
||||||
|
if os.path.isdir("resources/games/oldImages") == False:
|
||||||
|
os.makedirs("resources/games/oldImages")
|
||||||
|
logThis("The tables directory didn't exist")
|
||||||
|
|
||||||
# Replaces multiple things with the same thing
|
# Replaces multiple things with the same thing
|
||||||
def replaceMultiple(mainString, toBeReplaces, newString):
|
def replaceMultiple(mainString, toBeReplaces, newString):
|
||||||
# Iterate over the strings to be replaced
|
# Iterate over the strings to be replaced
|
||||||
|
|||||||
Reference in New Issue
Block a user