From de4a852e6a4ee62f7c259bbce0a5708672aa94c9 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 14 Jul 2026 13:38:04 +0200 Subject: [PATCH] fix: nturns --- services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py | 1 - 1 file changed, 1 deletion(-) diff --git a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py index 6561d59..6002822 100644 --- a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py +++ b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py @@ -58,7 +58,6 @@ class Service(BaseService[PVs]): def update(self): pvs = self.pvs - if pvs.trig.get() == 1: # First using BPM Data for upto 80 turns npoints = int(pvs.Npts80.get())