mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fixup
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
parent
22efbaceaa
commit
8de0b4e6d1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from mealie.services.scraper import cleaner
|
||||||
|
|
||||||
from .template_service import TemplateService
|
from .template_service import TemplateService
|
||||||
|
|
||||||
POSSIBLE_NONE_FIELDS = ["image"]
|
POSSIBLE_NONE_FIELDS = ["image", "recipe_yield"]
|
||||||
|
|
||||||
|
|
||||||
class RecipeServiceBase(BaseService):
|
class RecipeServiceBase(BaseService):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue