change password for nicos client

This commit is contained in:
zolliker 2025-05-20 11:13:24 +02:00
parent 1845f1485a
commit 4aa30d5b39

View File

@ -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