Skip to content

Commit

Permalink
Update network_sketcher.py
Browse files Browse the repository at this point in the history
Ver 2.3.3(b)
  • Loading branch information
yuhsukeogawa authored Dec 17, 2024
1 parent bef55d2 commit b406298
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.3")
self.root.title("Network Sketcher ver 2.3.3(b)")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down

0 comments on commit b406298

Please sign in to comment.