mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -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
|
||||
from pathlib import Path
|
||||
|
||||
from db.tinydb.tinydb_setup import TinyDatabase
|
||||
from settings import REQUIRED_DIRS, USE_MONGO, USE_TINYDB
|
||||
|
||||
from settings import REQUIRED_DIRS
|
||||
CWD = Path(__file__).parent
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def pre_start():
|
||||
|
||||
ensure_dirs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue