Remove redundant separator lines in gunicorn shutdown handler
This commit is contained in:
parent
6d4a55100e
commit
728721b14f
1 changed files with 0 additions and 3 deletions
|
|
@ -133,9 +133,6 @@ def on_exit(server):
|
||||||
print("Finalizing shared storage...")
|
print("Finalizing shared storage...")
|
||||||
finalize_share_data()
|
finalize_share_data()
|
||||||
|
|
||||||
print("=" * 80)
|
|
||||||
|
|
||||||
print("=" * 80)
|
|
||||||
print("Gunicorn shutdown complete")
|
print("Gunicorn shutdown complete")
|
||||||
print("=" * 80)
|
print("=" * 80)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue