From db1f104198e665bf388cbf7ed4107acd7aeb35a5 Mon Sep 17 00:00:00 2001 From: Ward Van Heddeghem Date: Fri, 5 Jul 2024 20:51:06 +0200 Subject: [PATCH] Align account id in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76eeb28..a102176 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Bijvoorbeeld, het opvragen van je ontleende items kan als volgt (na installatie) username = "johndoe" password = "12345678" - account_id = "12345" # zie het getal in de URL, of via mb.get_accounts() + account_id = "123" # zie het getal in de URL, of via mb.get_accounts() mb = MijnBibliotheek(username, password) loans = mb.get_loans(account_id)