diff --git a/app.py b/app.py index 70fe706..4e4da4d 100644 --- a/app.py +++ b/app.py @@ -209,7 +209,7 @@ def delete(id): conn.close() return redirect(url_for('home')) -app.run(port=3148) +app.run(port=3150) # TODO: