Skip to content

Commit

Permalink
[Input.py] tweak syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Aug 26, 2023
1 parent 98d5799 commit a285cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/Input.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, text="", maxSize=False, visible_width=False, type=TEXT, currP
self.allmarked = allMarked and (text != "") and (type != self.PIN)
self.maxSize = maxSize
self.currPos = currPos
self.maxValue= maxValue
self.maxValue = maxValue
self.visible_width = visible_width
self.offset = 0
self.overwrite = maxSize or self.type == self.NUMBER
Expand Down

0 comments on commit a285cc6

Please sign in to comment.