change password for nicos client

This commit is contained in:
2025-05-20 11:14:09 +02:00
parent 1845f1485a
commit 4aa30d5b39
+2 -2
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