# | Line 7 | Line 7 | |
---|---|---|
7 | import dtwesabe | |
8 | ||
9 | def main(calendar, config, banks, debug): | |
10 | < | wesabe = dtwesabe.Wesabe(config.get('username'), config.getpassword('password')) |
10 | > | wesabe = dtwesabe.Wesabe(config.getusername(), config.getpassword()) |
11 | accounts = {} | |
12 | ||
13 | for account in wesabe.accounts(): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |