Skip to content

Commit

Permalink
add automatic reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Jul 1, 2024
1 parent 0332e8e commit dc777c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duotecno/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def connect(
async def _reconnect(self):
await self.disconnect()
await self.disableAllUnits()
# await self.continuously_check_connection()
await self.continuously_check_connection()

async def _do_connect(self, testOnly: bool = False, skipLoad: bool = False) -> None:
if not skipLoad:
Expand Down

0 comments on commit dc777c9

Please sign in to comment.