Move server ready message to lifespan

This commit is contained in:
yangdx
2025-02-23 16:42:31 +08:00
parent dbeda8a9ff
commit df95f251dc
2 changed files with 2 additions and 2 deletions

View File

@@ -181,6 +181,8 @@ def create_app(args):
"Skip document scanning(another scanning is active)"
)
ASCIIColors.green("\nServer is ready to accept connections! 🚀\n")
yield
finally: