From 5377a8f1878b22490d8f0cd8e6aed6f6ad4d9a66 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 27 Jan 2021 09:29:34 -0800 Subject: [PATCH] Fixes reading view --- bookwyrm/views/reading.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/views/reading.py b/bookwyrm/views/reading.py index 565fc179..c2c72509 100644 --- a/bookwyrm/views/reading.py +++ b/bookwyrm/views/reading.py @@ -30,8 +30,8 @@ def start_reading(request, book_id): if readthrough: readthrough.save() - # create a progress update if we have a page - readthrough.create_update() + # create a progress update if we have a page + readthrough.create_update() # shelve the book if request.POST.get('reshelve', True):