Skip to content

Commit

Permalink
fixes template reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcso committed Jan 16, 2025
1 parent a3ab161 commit 80ca6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Season-2/Level-4/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
app = Flask(__name__)

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

# Hard-coded planet data
Expand Down

0 comments on commit 80ca6f3

Please sign in to comment.