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 Nov 19, 2024
1 parent 746f1a5 commit a0145af
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 @@ -41,7 +41,7 @@ def __init__(self):
self.click_value_3rd = ''
self.click_value_VPN = ''
self.root = TkinterDnD.Tk()
self.root.title("Network Sketcher ver 2.3.2")
self.root.title("Network Sketcher ver 2.3.2(a)")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down

0 comments on commit a0145af

Please sign in to comment.