From fb37eba2d076965251706223d1b742ff73e8f478 Mon Sep 17 00:00:00 2001 From: Christian Sahlmann Date: Wed, 7 Feb 2024 22:03:36 +0100 Subject: [PATCH] telnet: fix prompt handling for config commands --- mb_netmgmt/__init__.py | 2 +- mb_netmgmt/telnet.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mb_netmgmt/__init__.py b/mb_netmgmt/__init__.py index 327d14a..4083d23 100644 --- a/mb_netmgmt/__init__.py +++ b/mb_netmgmt/__init__.py @@ -18,7 +18,7 @@ # along with mb-netmgmt. If not, see