mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
refactor: replace logger.warn which is deprecated with logger.warning
PiperOrigin-RevId: 760311574
This commit is contained in:
parent
e278ca9541
commit
2ad1f79422
@ -280,7 +280,7 @@ def get_fast_api_app(
|
||||
|
||||
# If any tasks are still pending, log it
|
||||
if pending:
|
||||
logger.warn(
|
||||
logger.warning(
|
||||
f"{len(pending)} toolset cleanup tasks didn't complete in time"
|
||||
)
|
||||
for task in pending:
|
||||
|
Loading…
Reference in New Issue
Block a user