Show more data about books in search

This commit is contained in:
Mouse Reeve
2021-03-13 13:55:20 -08:00
parent 611e7870e7
commit 05fcfbc66f
7 changed files with 50 additions and 27 deletions

View File

@ -262,9 +262,10 @@ class SearchResult:
title: str
key: str
author: str
year: str
connector: object
author: str = None
year: str = None
cover: str = None
confidence: int = 1
def __repr__(self):