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