Skip to content

Commit

Permalink
progress_bar: change "Flows Read" to "Flows processed"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Aug 8, 2024
1 parent 362944d commit f33abbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/progress_bar/progress_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def initialize_pbar(self, msg: dict):
total=self.total_flows,
leave=True,
colour="green",
desc="Flows read",
desc="Flows Processed",
mininterval=0, # defines how long to wait between each refresh.
unit=" flow",
smoothing=1,
Expand Down

0 comments on commit f33abbb

Please sign in to comment.