reverting reverted change

This commit is contained in:
Channel Cat 2016-10-21 04:32:05 -07:00 committed by GitHub
parent 9b561e83e3
commit f540f1e7c4

View File

@ -83,7 +83,7 @@ def ignore_404s(request, exception):
## Start and Stop ## Start and Stop
Blueprints and run functions during the start and stop process of the server. Blueprints and run functions during the start and stop process of the server.
If running in multiprocessor mode (more than 1 worker), these are triggered If running in multiprocessor mode (more than 1 worker), these are triggered after the workers fork
Available events are: Available events are:
* before_server_start - Executed before the server begins to accept connections * before_server_start - Executed before the server begins to accept connections