mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-04 22:04:21 +00:00
Add newline after Gunicorn initialization message for better readability
This commit is contained in:
parent
05d03638ec
commit
cf2f6b726c
@ -61,7 +61,7 @@ def on_starting(server):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
print("psutil not installed, skipping memory usage reporting")
|
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):
|
def on_exit(server):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user