fix: nturns
Deploy and restart modified services / deploy (push) Failing after 3s

This commit is contained in:
Benjamin Labrecque
2026-07-14 13:32:27 +02:00
parent 99ad6ae07b
commit 09bad61356
@@ -54,8 +54,6 @@ class Service(BaseService[PVs]):
):
super().__init__(name, pvs, version, sleep_interval)
t0 = str(datetime.now())[:-7]
self.pvs.started.put(t0)
self.pvs.bpmwf_enum.put(np.arange(0, 16384, 1))
def update(self):