Remove redundant separator lines in gunicorn shutdown handler

This commit is contained in:
yangdx 2025-11-01 12:53:54 +08:00
parent 6d4a55100e
commit 728721b14f

View file

@ -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)