Skip to content

Commit 2acf654

Browse files
authored
Error on highlighted lines
The flask file is not pointing to the right lines with a print statement. This pull request modifies it to show them properly .
1 parent 12adec9 commit 2acf654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Azure App Service captures all messages output to the console to assist you in d
194194

195195
### [Flask](#tab/flask)
196196

197-
:::code language="python" source="~/msdocs-python-flask-webapp-quickstart/app.py" range="6-21" highlight="3,12,15":::
197+
:::code language="python" source="~/msdocs-python-flask-webapp-quickstart/app.py" range="9-29" highlight="11,24,27":::
198198

199199
### [Django](#tab/django)
200200

0 commit comments

Comments
 (0)