hoffie / dkb-visa

DKB transaction download and conversion (CSV, QIF)
GNU Affero General Public License v3.0
56 stars 26 forks source link

fix login form selection #10

Closed lecagot closed 8 years ago

lecagot commented 8 years ago

DKB made small changes to their login site and the first login form selected with

list(br.forms())[0]

is the search field. Change to

list(br.forms())[1]

to get the login form.

okurz commented 8 years ago

confirmed working, fixes the reported issue. please merge

hoffie commented 8 years ago

@lecagot, thanks a lot of the notice and the patch, it's merged now -- sorry for the delay! @okurz, thanks for the reminder and for verifying the fix :)