Add readers if needed

merge-requests/30/head
Bob Mottram 2024-01-05 16:49:50 +00:00
parent 9d9a22ce71
commit 793a2dfd75
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ def remove_reading_event(base_dir: str,
readers_path + '/' + actor.replace('/', '#') + '.json'
reader_books_json = {}
if 'readers' not in books_cache:
books_cache['readers'] = {}
if books_cache['readers'].get(actor):
reader_books_json = books_cache['readers'][actor]
elif os.path.isfile(reader_books_filename):