Merge branch 'master' of https://github.com/hay-kot/mealie into 0.1.0

This commit is contained in:
Hayden
2021-01-03 12:25:10 -09:00
8 changed files with 18 additions and 20 deletions

View File

@@ -89,6 +89,8 @@ def export_db(tag=None, templates=None):
shutil.rmtree(backup_folder)
shutil.rmtree(TEMP_DIR)
return str(zip_path.absolute()) + ".zip"
def export_images(dest_dir) -> Path: