Fix library argument

This commit is contained in:
Joakim Holm 2023-05-01 22:44:23 +02:00
parent 4cf67b1137
commit ee8b9e4d64

View File

@ -28,7 +28,7 @@ def get_login(source: Source, config: Config, options) -> Tuple[str, str, Option
else:
username = options.username
password = options.password
password = options.password
library = options.library
return username, password, library