From 75285a0b50bc97bea2bca5dfef17f7472ec79a40 Mon Sep 17 00:00:00 2001
From: Xavier Perret <xa.perret@outlook.com>
Date: Sun, 30 Oct 2022 15:08:01 +0100
Subject: [PATCH] fixed client

---
 app/client.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/client.go b/app/client.go
index 639ac7b..2042263 100644
--- a/app/client.go
+++ b/app/client.go
@@ -44,6 +44,5 @@ func main() {
 
 	utilities.PrintConfig(clientConfig)
 
-	command_line.ClientUserInputLoop(clientConfig, true)
-
+	command_line.ClientUserInputLoop(clientConfig, false)
 }
-- 
GitLab