From 599a12f31ed8425df835483d365e12345f5e18ac Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 6 Apr 2021 19:05:08 +0200 Subject: [PATCH] indention --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9dc06d8..e15ecd5 100644 --- a/README.md +++ b/README.md @@ -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) -``` \ No newline at end of file + val = np.random.random(200).reshape(10, 20) + img.put(val) +```