Update slic/utils/opmsg.py
Run CI Tests / test (push) Successful in 1m26s

This commit is contained in:
2025-08-08 14:20:44 +02:00
parent 0e084b5590
commit 5b48fa6fe1
+3
View File
@@ -1,5 +1,6 @@
from .hastyepics import get_pv as PV
from .printing import itemize
import time
N_MSG_HISTORY = 3 # actual limit is 10
@@ -185,6 +186,8 @@ class OperationMessageStatus:
self.pv_status.put(value)
def get_allowed(self):
##################################################
time.sleep(0.1)
return self.pv_status.enum_strs