From a35dc8f219040bd2763e299ea6ad5df112b5dce8 Mon Sep 17 00:00:00 2001 From: chrin Date: Mon, 19 Feb 2024 08:32:30 +0100 Subject: [PATCH] src/gui.py --- src/gui.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/gui.py b/src/gui.py index 6e310e6..7674335 100644 --- a/src/gui.py +++ b/src/gui.py @@ -212,10 +212,11 @@ class AppGui(QWidget): #But is SHIFTTYPE CORRECT? #is_shift_type_ok = True - ##shift_type = self.cafe.getCache("ZORG:SHIFT-TYPE", 'str') - ##if shift_type is not None: - ## if shift_type not in ['Produktion', 'Strahlentwicklung']: - ## is_shift_type_ok = False + #shift_type = self.cafe.getCache("ZORG:SHIFT-TYPE", 'str') + #if shift_type is not None: + # if shift_type not in ['Produktion', 'Strahlentwicklung']: + # is_shift_type_ok = False + def already_in_standby(): devices = self.settings.data[sec]["iocDevice"] pv_list = []