mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Fix ereolen login
After the addition of an option to login with MitID, the name of the library username field has changed.
This commit is contained in:
parent
8016a29e7e
commit
58c888e934
@ -40,7 +40,7 @@ class Ereolen(Source):
|
|||||||
data = {
|
data = {
|
||||||
library_attr_name: library,
|
library_attr_name: library,
|
||||||
"agency": libraries[library],
|
"agency": libraries[library],
|
||||||
"userId": username,
|
"loginBibDkUserId": username,
|
||||||
"pincode": password
|
"pincode": password
|
||||||
},
|
},
|
||||||
follow_redirects = True
|
follow_redirects = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user