Browse Source

Don't use progressbar.ETA (fixes #116)

Arnau Sanchez 8 years ago
parent
commit
4b572c2c73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_upload/main.py

+ 0 - 1
youtube_upload/main.py

@@ -67,7 +67,6 @@ def get_progress_info():
         bar = progressbar.ProgressBar(widgets=[
             progressbar.Percentage(), ' ',
             progressbar.Bar(), ' ',
-            progressbar.ETA(), ' ',
             progressbar.FileTransferSpeed(),
         ])
         def _callback(total_size, completed):