diff options
| author | 2018-07-22 20:55:16 +0100 | |
|---|---|---|
| committer | 2018-07-22 20:55:16 +0100 | |
| commit | ad68527688938d5e0d8eab815a34c3be0b2e63a4 (patch) | |
| tree | d286f982c1be03c79e0db23d66b826cec8983a4d /modules/books.py | |
| parent | rating, date and authors are optional in google's book apis (diff) | |
| signature | ||
remove debug print in books.py
Diffstat (limited to 'modules/books.py')
| -rw-r--r-- | modules/books.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/books.py b/modules/books.py index cc151888..5f7c0627 100644 --- a/modules/books.py +++ b/modules/books.py @@ -22,7 +22,6 @@ class Module(object): if page: if page["totalItems"] > 0: book = page["items"][0]["volumeInfo"] - print(book) title = book["title"] sub_title = (", %s" % book.get("subtitle") ) if book.get("subtitle") else "" |
