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):