mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-31 20:25:14 -04:00
no folder crash error
This commit is contained in:
parent
8c1b33ad0b
commit
b0abc9e082
@ -13,6 +13,7 @@ def ensure_dirs():
|
|||||||
DATA_DIR.joinpath("img").mkdir(parents=True, exist_ok=True)
|
DATA_DIR.joinpath("img").mkdir(parents=True, exist_ok=True)
|
||||||
DATA_DIR.joinpath("backups").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("templates").mkdir(parents=True, exist_ok=True)
|
||||||
|
DATA_DIR.joinpath("debug").mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
|
||||||
def generate_default_theme():
|
def generate_default_theme():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user