From 44588845bd413a6b8a1269ecaeaadd7e96c3a802 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Sun, 25 Feb 2018 17:45:08 +0100 Subject: [PATCH] hardwareprogress --- bin/argo-perf-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/argo-perf-wrapper b/bin/argo-perf-wrapper index ade92be..624ca4d 100755 --- a/bin/argo-perf-wrapper +++ b/bin/argo-perf-wrapper @@ -30,7 +30,7 @@ class PerfWrapper(object): def progress_report(self, progress): update = {'type': 'application', - 'event': 'progress', + 'event': 'hardwareprogress', 'payload': progress, 'uuid': self.app_uuid, } -- 2.26.2