We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94b546 commit b00267bCopy full SHA for b00267b
1 file changed
tion_btle/tion.py
@@ -293,7 +293,7 @@ def connection_status(self):
293
async def _try_connect(self) -> bool:
294
"""Tries to connect with retries"""
295
self.set_new_btle_device()
296
- return await self._btle.connect(timeout=5.0)
+ return await self._btle.connect()
297
298
@final
299
async def _connect(self, need_notifications: bool = True):
0 commit comments