Skip to content

Commit

Permalink
Add _check_internal back
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 21, 2024
1 parent 12484ba commit c2dc1cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lvmecp/actor/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ async def emit_status(self, delay: float = 30.0):
await self.send_command(self.name, "status", internal=True)
await asyncio.sleep(delay)

async def _check_internal(self):
return await super()._check_internal()

async def _troubleshoot_internal(
self,
error_code: ErrorCodesBase,
Expand Down

0 comments on commit c2dc1cf

Please sign in to comment.