[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2ceb45ffe1
commit
7a94551097
1 changed files with 3 additions and 3 deletions
|
|
@ -61,10 +61,10 @@ Flask automatically *pushes* an app context when handling a request. Flask canno
|
|||
|
||||
.. code-block:: pytb
|
||||
|
||||
AssertionError: The setup method 'shell_context_processor' can no
|
||||
longer be called on the application. It has already handled its
|
||||
AssertionError: The setup method 'shell_context_processor' can no
|
||||
longer be called on the application. It has already handled its
|
||||
first request, any changes will not be applied consistently. Make
|
||||
sure all imports, decorators, functions, etc. needed to set up the
|
||||
sure all imports, decorators, functions, etc. needed to set up the
|
||||
application are done before running it.
|
||||
|
||||
This typically means that you attempted to use functionality that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue