diff --git a/cookbook.py b/cookbook.py index 798e493..83616ac 100644 --- a/cookbook.py +++ b/cookbook.py @@ -106,6 +106,7 @@ def update_wiki(recipe): '''Who'''
{recipe['who']} +
""" text += textwrap.dedent(content) page.edit(text, f'Added a new recipe! {recipe["title"]}')