Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def add_recipe(recipe: Recipe):
|
|
105 |
json.dump({
|
106 |
"name": recipe.name,
|
107 |
"time": recipe.time,
|
108 |
-
"creator": recipe.creator
|
109 |
"ingredients": recipe.ingredients,
|
110 |
"instructions": recipe.instructions
|
111 |
}, f)
|
|
|
105 |
json.dump({
|
106 |
"name": recipe.name,
|
107 |
"time": recipe.time,
|
108 |
+
"creator": recipe.creator,
|
109 |
"ingredients": recipe.ingredients,
|
110 |
"instructions": recipe.instructions
|
111 |
}, f)
|