mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Fix library from argument
This commit is contained in:
parent
ce61b70d00
commit
dc108e47ae
@ -28,6 +28,7 @@ def get_login(source: Source, config: Config, options) -> Tuple[str, str, Option
|
|||||||
else:
|
else:
|
||||||
username = options.username
|
username = options.username
|
||||||
password = options.password
|
password = options.password
|
||||||
|
password = options.password
|
||||||
return username, password, library
|
return username, password, library
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user