mirror of https://gitlab.com/bashrc2/epicyon
Define variable
parent
3b2054684d
commit
f3e8e96646
|
|
@ -585,6 +585,7 @@ def html_profile_book_list(base_dir: str, actor: str, no_of_books: int,
|
||||||
book_reading = False
|
book_reading = False
|
||||||
book_finished = False
|
book_finished = False
|
||||||
book_event_type = ''
|
book_event_type = ''
|
||||||
|
book_image_url = None
|
||||||
for event_type in ('want', 'finished', 'rated'):
|
for event_type in ('want', 'finished', 'rated'):
|
||||||
if not reader_books_json[book_url].get(event_type):
|
if not reader_books_json[book_url].get(event_type):
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue