From 4aa30d5b3991e1dce998781dd5c495e5405b8b7d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 20 May 2025 11:13:24 +0200 Subject: [PATCH] change password for nicos client --- bin/nicos_sinq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nicos_sinq b/bin/nicos_sinq index 0287c23..4ff5692 100755 --- a/bin/nicos_sinq +++ b/bin/nicos_sinq @@ -15,8 +15,8 @@ Usage: nicos cli start nicos command line client and connect without asking for password """ -yr = time.strftime('%y') -connect = f'user:{yr}lns1@localhost' +# yr = time.strftime('%y') +connect = f'user:sinq@localhost' if sys.argv[-1] == 'cli': from nicos.clients.cli import main