yangdx commited on
Commit
f032e72
·
1 Parent(s): 268a7e2

Add newline after Gunicorn initialization message for better readability

Browse files
Files changed (1) hide show
  1. gunicorn_config.py +1 -1
gunicorn_config.py CHANGED
@@ -61,7 +61,7 @@ def on_starting(server):
61
  except ImportError:
62
  print("psutil not installed, skipping memory usage reporting")
63
 
64
- print("Gunicorn initialization complete, forking workers...")
65
 
66
 
67
  def on_exit(server):
 
61
  except ImportError:
62
  print("psutil not installed, skipping memory usage reporting")
63
 
64
+ print("Gunicorn initialization complete, forking workers...\n")
65
 
66
 
67
  def on_exit(server):