Add newline after Gunicorn initialization message for better readability
This commit is contained in:
parent
05d03638ec
commit
cf2f6b726c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def on_starting(server):
|
|||
except ImportError:
|
||||
print("psutil not installed, skipping memory usage reporting")
|
||||
|
||||
print("Gunicorn initialization complete, forking workers...")
|
||||
print("Gunicorn initialization complete, forking workers...\n")
|
||||
|
||||
|
||||
def on_exit(server):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue