diff --git a/brainglobe_atlasapi/utils.py b/brainglobe_atlasapi/utils.py index 591ab491..4d6f2153 100644 --- a/brainglobe_atlasapi/utils.py +++ b/brainglobe_atlasapi/utils.py @@ -188,9 +188,7 @@ def retrieve_over_http( fout.write(chunk) adv = len(chunk) completed += adv - progress.update( - task_id, completed=min(completed, tot), refresh=True - ) + progress.update(task_id, completed=min(completed, tot)) if fn_update: # update handler with completed and total bytes