added mealie importer
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user