Skip to content

Commit 7c55e12

Browse files
committed
how did that get there
1 parent 3009353 commit 7c55e12

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/amazon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@hook.command("amazon", "az")
1313
def amazon(text):
14-
""" <query> -- Searches Amazon for query"""
14+
"""<query> -- Searches Amazon for query"""
1515
headers = {
1616
'User-Agent': 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.4 (KHTML, '
1717
'like Gecko) Chrome/22.0.1229.79 Safari/537.4',

plugins/books.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def books(text):
1818
"""books <query> -- Searches Google Books for <query>."""
1919
if not dev_key:
2020
return "This command requires a Google Developers Console API key."
21-
formatting.HTMLTextExtractor
2221

2322
json = requests.get(book_search_api, params={"q": text, "key": dev_key}).json()
2423

0 commit comments

Comments
 (0)