From 1f2f32848e7eee942d611f3b5fe6a1f58a2b0ade Mon Sep 17 00:00:00 2001 From: holmqvist Date: Thu, 20 Apr 2023 21:11:24 +0200 Subject: [PATCH] fix: book uses 10 contacts per page, not 100 --- contacts_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts_model.py b/contacts_model.py index 4253339..c686a9e 100644 --- a/contacts_model.py +++ b/contacts_model.py @@ -8,7 +8,7 @@ # ======================================================== # Contact Model # ======================================================== -PAGE_SIZE = 100 +PAGE_SIZE = 10 class Contact: # mock contacts database