Changed the number of Gutenberg books to process
parent
cfc3dd3549
commit
a9c91bf9c8
|
@ -1073,7 +1073,7 @@ if __name__ == '__main__':
|
|||
|
||||
#unittest.main()
|
||||
|
||||
for (i,s) in enumerate(calc_seed_isbns(max=100)):
|
||||
for (i,s) in enumerate(calc_seed_isbns(max=1000)):
|
||||
try:
|
||||
print i, report_on_seed_isbn(s[1])
|
||||
except Exception, e:
|
||||
|
|
Loading…
Reference in New Issue