mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
97c15c0993
commit
c4eb7fea8b
@ -254,7 +254,7 @@ def download_tarball():
|
|||||||
if pb is not None:
|
if pb is not None:
|
||||||
pb.update(percent)
|
pb.update(percent)
|
||||||
else:
|
else:
|
||||||
print '%d%, '%int(percent*100)
|
print '%d%%, '%int(percent*100)
|
||||||
f.seek(0)
|
f.seek(0)
|
||||||
return f
|
return f
|
||||||
|
|
||||||
@ -277,4 +277,4 @@ def main(args=sys.argv):
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.exit(main())
|
sys.exit(main())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user