From fb801321e9528e28ef13651f72ed3d73dfdeae23 Mon Sep 17 00:00:00 2001 From: "Remi GASCOU (Podalirius)" <79218792+p0dalirius@users.noreply.github.com> Date: Fri, 31 May 2024 20:28:04 +0200 Subject: [PATCH] Fixed prompt --- smbclientng/core/InteractiveShell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smbclientng/core/InteractiveShell.py b/smbclientng/core/InteractiveShell.py index cbb4985..efc4fda 100644 --- a/smbclientng/core/InteractiveShell.py +++ b/smbclientng/core/InteractiveShell.py @@ -645,12 +645,12 @@ def __prompt(self): if self.config.no_colors: connected_dot = "[v]" else: - connected_dot = "\x1b[1;92m⏺ \x1b[0m" + connected_dot = "\x1b[1;92m⏺\x1b[0m" else: if self.config.no_colors: connected_dot = "[x]" else: - connected_dot = "\x1b[1;91m⏺ \x1b[0m" + connected_dot = "\x1b[1;91m⏺\x1b[0m" if self.smbSession.smb_share is None: if self.config.no_colors: