Added saving tracker to workflows

This commit is contained in:
frikky
2021-02-18 16:27:35 +01:00
parent bd6f12c562
commit 6d86207c8f
4 changed files with 104 additions and 72 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ class AppBase:
}
try:
print("Parameters: %d" % len(action["parameters"]))
print(action["parameters"])
except KeyError:
action["parameters"] = []