mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a7217edf9b
commit
789f4ab01a
@ -188,10 +188,12 @@ class Stores(OrderedDict):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
st = time.time()
|
st = time.time()
|
||||||
|
count = 0
|
||||||
for name, code in download_updates():
|
for name, code in download_updates():
|
||||||
|
count += 1
|
||||||
print(name)
|
print(name)
|
||||||
print(code)
|
print(code)
|
||||||
print('\n', '_'*80, '\n', sep='')
|
print('\n', '_'*80, '\n', sep='')
|
||||||
print ('Time to download all plugins: %.2f'%( time.time() - st))
|
print ('Time to download all %d plugins: %.2f'%(count, time.time() - st))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user