Skip to content

Commit f53b05f

Browse files
Define request
1 parent ecbf67b commit f53b05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
load_dotenv()
44

55
from datetime import datetime
6-
from flask import Flask, render_template
6+
from flask import Flask, render_template, request
77
from . import app
88

99
@app.route("/")

0 commit comments

Comments
 (0)