mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
remove print
This commit is contained in:
parent
1210e8e9f3
commit
066819da6f
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ class Cleaner:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def clean(recipe_data: dict, url=None) -> dict:
|
def clean(recipe_data: dict, url=None) -> dict:
|
||||||
print(recipe_data)
|
|
||||||
"""Main entrypoint to clean a recipe extracted from the web
|
"""Main entrypoint to clean a recipe extracted from the web
|
||||||
and format the data into an accectable format for the database
|
and format the data into an accectable format for the database
|
||||||
|
|
||||||
|
@ -67,7 +66,6 @@ class Cleaner:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
# One long string split by (possibly multiple) new lines
|
# One long string split by (possibly multiple) new lines
|
||||||
print(instructions)
|
|
||||||
if type(instructions) == str:
|
if type(instructions) == str:
|
||||||
return [
|
return [
|
||||||
{"text": Cleaner._instruction(line)}
|
{"text": Cleaner._instruction(line)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue