heroku commit

This commit is contained in:
lucas
2022-04-29 20:05:22 -07:00
parent 190d0933c8
commit 432c20c917
4 changed files with 48 additions and 1 deletions

View File

@@ -58,4 +58,4 @@ def add_recipe():
if __name__ == "__main__":
book = RecipeBook()
app.run(debug=False)
app.run(debug=True)