Script execution

This commit is contained in:
2020-04-06 15:08:06 +02:00
parent 4a2e9f6d25
commit 87229543d9

View File

@@ -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)