Skip to content

Commit

Permalink
Fixed typo 7D01 to 7D0 as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
consp committed Dec 22, 2020
1 parent df54bbe commit c835e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apim.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def launch_picker(self):
text.setReadOnly(True)
if (bt % 5) == 0:
label = QLabel()
label.setText("7D01-%02X-%02X" % (x, (bt//5)+1))
label.setText("7D0-%02X-%02X" % (x, (bt//5)+1))
label.setAlignment(Qt.AlignRight | Qt.AlignVCenter)
blockview_layout.addWidget(label, stretch=0)
blockview_layout.addWidget(text, stretch=1)
Expand Down

0 comments on commit c835e44

Please sign in to comment.