From f3e197cff6dc7cc7c3b9bc3fdbc30cc8b92a84aa Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Tue, 31 May 2022 14:59:43 +0200 Subject: [PATCH] forget to edit the page --- cookbook.py | 1 + 1 file changed, 1 insertion(+) 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