Skip to content

Commit

Permalink
[fix] documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Sep 15, 2024
1 parent 4f2ba4b commit ce46e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ you need to import dkb-robo into your script
create a new DKBRobo context handler and login to DKB portal

```python
> with DKBRobo(dkb_user=<login username>, dkb_password=<password>, chip_tan=True|False|qr, legacy_login=True|False, mfa_device=<m|int>, debug=True|False) as dkb:
> with DKBRobo(dkb_user=<login username>, dkb_password=<password>, chip_tan=True|False|qr, mfa_device=<m|int>, debug=True|False) as dkb:
```

- dbk_user: username to access the dkb portal
Expand Down

0 comments on commit ce46e82

Please sign in to comment.