From 87229543d91c42a37c76b62441e067638484b04d Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Mon, 6 Apr 2020 15:08:06 +0200 Subject: [PATCH] Script execution --- script/test/test_stream_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test_stream_example.py b/script/test/test_stream_example.py index 6fdec62..4d41cdb 100644 --- a/script/test/test_stream_example.py +++ b/script/test/test_stream_example.py @@ -6,7 +6,7 @@ names=[] data=[] for k,v in cam_server.value.items(): names.append(k) - data.append(tv) + data.append(v) plot(data, names)