From 319cf9d2b26015428f17ca1fd8f2916bf90716c5 Mon Sep 17 00:00:00 2001 From: syntron Date: Thu, 27 Nov 2025 10:23:47 +0100 Subject: [PATCH] update README.md - replace OMCSessionZMQ with OMCSessionLocal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff3888e7..5c7db4b6 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ help(OMPython) ``` ```python -from OMPython import OMCSessionZMQ -omc = OMCSessionZMQ() +from OMPython import OMCSessionLocal +omc = OMCSessionLocal() omc.sendExpression("getVersion()") ```