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 = []