diff --git a/cookbook.py b/cookbook.py index 83616ac..9fa911b 100644 --- a/cookbook.py +++ b/cookbook.py @@ -92,7 +92,7 @@ def update_wiki(recipe): steps+= f'# {log}\n' # PROV TEMPLATE - content = f"""\ + content = f""" === {recipe['title']} === ''{recipe['description']}''
@@ -106,7 +106,6 @@ def update_wiki(recipe): '''Who'''
{recipe['who']} -
""" text += textwrap.dedent(content) page.edit(text, f'Added a new recipe! {recipe["title"]}')