mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Merge pull request #10 from johankj/patch-1
Fix ereolen login after MitID option has been added
This commit is contained in:
commit
ec2dace9bc
@ -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