Skip to content

Commit

Permalink
fix: wait a bit before polling the speed update
Browse files Browse the repository at this point in the history
imLinguin committed Feb 19, 2024
1 parent 10b4a19 commit b65d67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gogdl/dl/progressbar.py
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ def loop(self):
self.read_since_last_update += r
except queue.Empty:
pass
sleep(0.2)

self.print_progressbar()
def print_progressbar(self):

0 comments on commit b65d67b

Please sign in to comment.