mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:13:43 +02:00
...
This commit is contained in:
parent
af5cd6ba67
commit
a4a6086d87
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ def get_results():
|
|||
log('The identify phase took %.2f seconds'%(time.time() - start_time))
|
||||
log('The longest time (%f) was taken by:'%longest, lp)
|
||||
log('Merging results from different sources and finding earliest',
|
||||
'publication dates')
|
||||
'publication dates from the xisbn service')
|
||||
start_time = time.time()
|
||||
results = merge_identify_results(results, log)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue