diff --git a/cookbook.py b/cookbook.py index 39fbc92..f414c9f 100644 --- a/cookbook.py +++ b/cookbook.py @@ -107,6 +107,7 @@ def update_wiki(recipe): {recipe['who']} """ text += content + page.edit(text, f'Added a new recipe! {recipe["title"]}') # sample object to test the md output