We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ab161 commit 80ca6f3Copy full SHA for 80ca6f3
Season-2/Level-4/code.py
@@ -20,7 +20,7 @@
20
app = Flask(__name__)
21
22
# Set the absolute path to the template directory
23
-template_dir = os.path.abspath('Season-2/Level-3/templates')
+template_dir = os.path.abspath('Season-2/Level-4/templates')
24
app.template_folder = template_dir
25
26
# Hard-coded planet data
0 commit comments