Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 54b3d7c9 authored by ANDRADE-BARROSO Guillermo's avatar ANDRADE-BARROSO Guillermo
Browse files

Update cli.py

parent bbf6b440
No related branches found
No related tags found
1 merge request!12Remove need_save logic
......@@ -178,7 +178,7 @@ def refresh_account_information(repo, username=None, password=None, save_passwor
username = u
else:
username = input(PROMPT_USERNAME)
config.set_value(SLATEX_SECTION, "username", username)
config.set_value(SLATEX_SECTION, "username", username)
if password == None:
p = config.get_password(base_url, username)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment