mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
cleanup
This commit is contained in:
parent
db29b08c96
commit
a8b6a9db86
2 changed files with 1 additions and 11 deletions
|
@ -1,3 +0,0 @@
|
||||||
from services.backups.export import export_recipes
|
|
||||||
|
|
||||||
export_recipes()
|
|
|
@ -1,15 +1,8 @@
|
||||||
import json
|
import json
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from settings import REQUIRED_DIRS
|
||||||
from db.tinydb.tinydb_setup import TinyDatabase
|
|
||||||
from settings import REQUIRED_DIRS, USE_MONGO, USE_TINYDB
|
|
||||||
|
|
||||||
CWD = Path(__file__).parent
|
CWD = Path(__file__).parent
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def pre_start():
|
def pre_start():
|
||||||
|
|
||||||
ensure_dirs()
|
ensure_dirs()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue