1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

no folder crash error

This commit is contained in:
Hayden 2021-01-03 14:53:16 -09:00
parent 8c1b33ad0b
commit b0abc9e082

View file

@ -13,6 +13,7 @@ def ensure_dirs():
DATA_DIR.joinpath("img").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("backups").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("templates").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("debug").mkdir(parents=True, exist_ok=True)
def generate_default_theme():