This commit is contained in:
Kovid Goyal 2017-03-10 09:25:59 +05:30
parent d19c60f61d
commit eee11ae65b
2 changed files with 2 additions and 0 deletions

View File

@ -58,5 +58,6 @@ def test():
urls = get_urls(br, ['consider', 'phlebas', 'banks'])
pprint.pprint(urls)
if __name__ == '__main__':
test()

View File

@ -97,5 +97,6 @@ def test():
authors=('Joe Abercrombie',))
print ('Downloaded', rq.qsize(), 'covers')
if __name__ == '__main__':
test()