Create dir data

This is needed because in Python 3.x open("directory/file", "a") doesn't create the needed directory and tinydb needs this directory for the file data/data.json (see game.py, line 119).
This commit is contained in:
lade043
2020-03-01 20:32:29 +01:00
committed by GitHub
parent 49c86e7001
commit 3042da7465
+1
View File
@@ -0,0 +1 @@