remove debug print in books.py
This commit is contained in:
parent
8cf45c2432
commit
ad68527688
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Module(object):
|
||||||
if page:
|
if page:
|
||||||
if page["totalItems"] > 0:
|
if page["totalItems"] > 0:
|
||||||
book = page["items"][0]["volumeInfo"]
|
book = page["items"][0]["volumeInfo"]
|
||||||
print(book)
|
|
||||||
title = book["title"]
|
title = book["title"]
|
||||||
sub_title = (", %s" % book.get("subtitle")
|
sub_title = (", %s" % book.get("subtitle")
|
||||||
) if book.get("subtitle") else ""
|
) if book.get("subtitle") else ""
|
||||||
|
|
Loading…
Reference in a new issue