diff --git a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py index 40d7bea..6002822 100644 --- a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py +++ b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py @@ -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):