We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9369aab commit 6659541Copy full SHA for 6659541
src/idom/backend/utils.py
@@ -35,7 +35,7 @@ def run(
35
implementation: BackendImplementation[Any] | None = None,
36
) -> None:
37
"""Run a component with a development server"""
38
- logger.warn(
+ logger.warning(
39
"You are running a development server. "
40
"Change this before deploying in production!"
41
)
0 commit comments