Skip to content

Commit

Permalink
- Update Some Code
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <[email protected]>
  • Loading branch information
ColdWindScholar committed Jul 13, 2024
1 parent 3281cb6 commit a146b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def insert(self, text: str = '', value: str = ''):

if __name__ == '__main__':
a = Tk()
b = ListBox(a, '测试')
b = ListBox(a)
b.gui()
b.insert('nb', 'n')
b.insert('nb', 'n')
Expand Down

0 comments on commit a146b14

Please sign in to comment.