Fix library from argument

This commit is contained in:
Joakim Holm 2023-04-27 13:32:46 +02:00
parent ce61b70d00
commit dc108e47ae

View File

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