mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-04-02 19:18:04 -06:00
Fix library argument
This commit is contained in:
parent
4cf67b1137
commit
ee8b9e4d64
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user