From 18aa65c053988c33f1ada736aa88db7455a1623c Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 12 May 2022 08:21:58 -0700 Subject: [PATCH] Improved delete, scaling added --- main.py | 2 +- recipe.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index e020838..d54e8b5 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ """ Portfolio Project for CS361 Spring 2022 Written by Lucas Jensen -Last updated 3/29/22 for Assignment 1 +Last updated 5/12 for Assignment 1 """ from flask import Flask, redirect, render_template, request from recipe import Recipe, RecipeBook diff --git a/recipe.py b/recipe.py index 531f4f8..cc800df 100644 --- a/recipe.py +++ b/recipe.py @@ -2,6 +2,7 @@ Written by Lucas Jensen Portfolio Project for CS361 The main logic behind a recipe +Last updated 5/12 """ import json