Skip to content

Commit 80ca6f3

Browse files
committed
fixes template reference
1 parent a3ab161 commit 80ca6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Season-2/Level-4/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
app = Flask(__name__)
2121

2222
# Set the absolute path to the template directory
23-
template_dir = os.path.abspath('Season-2/Level-3/templates')
23+
template_dir = os.path.abspath('Season-2/Level-4/templates')
2424
app.template_folder = template_dir
2525

2626
# Hard-coded planet data

0 commit comments

Comments
 (0)