mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 17:44:37 +01:00
pep8
This commit is contained in:
parent
d09a998c36
commit
cfba208bc3
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ def search(self, query, max_results=10, timeout=60):
|
|||
for s in search(query, max_results, timeout):
|
||||
yield s
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from pprint import pprint
|
||||
pprint(list(search('Franciszek')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue