Skip to content

Commit

Permalink
Update network_sketcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Oct 31, 2024
1 parent 01d238a commit e40aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_sketcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self):
self.click_value_2nd = ''
self.click_value_3rd = ''
self.root = TkinterDnD.Tk()
self.root.title("Network Sketcher ver 2.3.1")
self.root.title("Network Sketcher ver 2.3.1(a)")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down

0 comments on commit e40aacf

Please sign in to comment.