We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6390f0 commit b06146aCopy full SHA for b06146a
src/reachy_mini/daemon/app/main.py
@@ -142,7 +142,7 @@ def run_app(args: Args) -> None:
142
config = uvicorn.Config(app, host=args.fastapi_host, port=args.fastapi_port)
143
server = uvicorn.Server(config)
144
145
- async def health_check_timeout(timeout_seconds):
+ async def health_check_timeout(timeout_seconds: float) -> None:
146
while True:
147
try:
148
await asyncio.wait_for(
0 commit comments