Added many tools
This commit is contained in:
2
main.py
2
main.py
@@ -167,7 +167,7 @@ def shutdown_gracefully() -> None:
|
||||
"""Clean shutdown of executor and other resources."""
|
||||
logger.info("Initiating graceful shutdown...")
|
||||
try:
|
||||
executor.shutdown()
|
||||
executor.shutdown() # type: ignore[attr-defined]
|
||||
logger.info("Executor shut down successfully.")
|
||||
except Exception as e:
|
||||
logger.error(f"Error during executor shutdown: {e}")
|
||||
|
||||
Reference in New Issue
Block a user
