Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Jul 15, 2024
1 parent 6c267e1 commit 3bed1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/main/ayab/progressbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def reset(self) -> None:
self.total = -1
self.repeats = -1
self.color = ""
self.backgroundColor = 0xFFFFFF
self.background_color = 0xFFFFFF
self.__row_label.setText("")
self.__color_label.setText("")
self.__status_label.setText("")
Expand Down

0 comments on commit 3bed1bc

Please sign in to comment.