Define variable

main
Bob Mottram 2025-12-18 18:49:55 +00:00
parent 3b2054684d
commit f3e8e96646
1 changed files with 1 additions and 0 deletions

View File

@ -585,6 +585,7 @@ def html_profile_book_list(base_dir: str, actor: str, no_of_books: int,
book_reading = False
book_finished = False
book_event_type = ''
book_image_url = None
for event_type in ('want', 'finished', 'rated'):
if not reader_books_json[book_url].get(event_type):
continue