Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Oct 17, 2024
1 parent 3f5f546 commit 4032595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/utils/mssautoplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def main(ctx, cpath, view, ftrack, itime, vtime, intv, stime, etime):
msc_auth_password = mslib.utils.auth.get_password_from_keyring(service_name=f"MSCOLAB_AUTH_{msc_url}",
username="mscolab")
msc_username = config["MSS_auth"][msc_url]
msc_password = mslib.utils.auth.get_password_from_keyring(service_name="MSCOLAB", username=msc_username)
msc_password = mslib.utils.auth.get_password_from_keyring(service_name=msc_url, username=msc_username)

# Choose view (top or side)
if view == "top":
Expand Down

0 comments on commit 4032595

Please sign in to comment.