forked from orbit-oss/flask
Fix typo in app.py (#2248)
This commit is contained in:
parent
f0c714a01b
commit
7481844c98
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ class Flask(_PackageBoundObject):
|
||||||
self._before_request_lock = Lock()
|
self._before_request_lock = Lock()
|
||||||
|
|
||||||
# Add a static route using the provided static_url_path, static_host,
|
# Add a static route using the provided static_url_path, static_host,
|
||||||
# and static_folder iff there is a configured static_folder.
|
# and static_folder if there is a configured static_folder.
|
||||||
# Note we do this without checking if static_folder exists.
|
# Note we do this without checking if static_folder exists.
|
||||||
# For one, it might be created while the server is running (e.g. during
|
# For one, it might be created while the server is running (e.g. during
|
||||||
# development). Also, Google App Engine stores static files somewhere
|
# development). Also, Google App Engine stores static files somewhere
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue