indention

This commit is contained in:
2021-04-06 19:05:08 +02:00
parent d7775324f5
commit 599a12f31e

View File

@ -52,12 +52,12 @@ with MorIOC("mtest") as mor:
# creates MTEST:CHAN-IMAGE:FPICTURE, :WIDTH, :HEIGHT
while True:
val = random()
pvo.put(val)
val = random()
pvo.put(val)
val = pvi.get()
print(val)
val = pvi.get()
print(val)
val = np.random.random(200).reshape(10, 20)
img.put(val)
```
val = np.random.random(200).reshape(10, 20)
img.put(val)
```