🐛
This commit is contained in:
@ -165,7 +165,7 @@ def makeFolder(path):
|
||||
def makeFiles():
|
||||
with open("resources/startingFiles.json") as f:
|
||||
data = json.load(f)
|
||||
|
||||
|
||||
for path, content in data["json"].items():
|
||||
makeJsonFile(path,content)
|
||||
|
||||
|
Reference in New Issue
Block a user