Fixed Hybrid triggers and minor view changes

This commit is contained in:
frikky
2021-10-12 00:27:32 +02:00
parent 2da6e43dc6
commit 5353f5aa63
11 changed files with 141 additions and 79 deletions
+1
View File
@@ -1521,6 +1521,7 @@ class AppBase:
if variablename.lower() == actionname_lower:
baseresult = variable["value"]
break
except KeyError as e:
print("[INFO] KeyError wf variables: %s" % e)
pass