Skip to content

Commit 224d842

Browse files
committed
sleep forever
1 parent d28e133 commit 224d842

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/fastcs_eiger/controllers/odin/eiger_odin_controller.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ def __init__(
3434
async def initialise(self) -> None:
3535
"""Initialise eiger controller and odin controller"""
3636

37+
while True:
38+
await asyncio.sleep(1)
39+
3740
await asyncio.gather(super().initialise(), self.OD.initialise())
3841

3942
@command(group=COMMAND_GROUP)

0 commit comments

Comments
 (0)