Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Aug 11, 2024
1 parent 6a6bc28 commit b05ff4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/krux/pages/qr_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ def update_progress(self, parser, index, previous_index):
self.ctx.display.width() * parser.parsed_count()
) // parser.total_count()
self.ctx.display.fill_rectangle(
0, self.progress_bar_offset_y, filled, PROGRESS_BAR_HEIGHT, theme.fg_color
0,
self.progress_bar_offset_y,
filled,
PROGRESS_BAR_HEIGHT,
theme.fg_color,
)
else:
block_size = self.ctx.display.width() / parser.total_count()
Expand Down

0 comments on commit b05ff4d

Please sign in to comment.