mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-06-05 05:54:56 -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:
|
else:
|
||||||
username = options.username
|
username = options.username
|
||||||
password = options.password
|
password = options.password
|
||||||
password = options.password
|
library = options.library
|
||||||
return username, password, library
|
return username, password, library
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user