added mealie importer

This commit is contained in:
vabene1111
2021-02-08 21:19:46 +01:00
parent 0f251bee9b
commit 5d1d6d4248
6 changed files with 71 additions and 4 deletions

View File

@ -54,6 +54,4 @@ class NextcloudCookbook(Integration):
return recipe
def get_file_from_recipe(self, recipe):
export = RecipeExportSerializer(recipe).data
return 'recipe.json', JSONRenderer().render(export).decode("utf-8")
raise NotImplementedError('Method not implemented in storage integration')