This commit is contained in:
Hayden 2021-01-12 15:47:20 -09:00
commit a8b6a9db86
2 changed files with 1 additions and 11 deletions

View file

@ -1,3 +0,0 @@
from services.backups.export import export_recipes
export_recipes()

View file

@ -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()