Skip to content

Commit 128a445

Browse files
committed
Update V4.1
1 parent c1d2e2c commit 128a445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PPPwnUI.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_network_interface_names():
4242
class App:
4343
def __init__(self, master):
4444
self.master = master
45-
master.title("PPPwnUI v4.0 by Memz")
45+
master.title("PPPwnUI v4.1 by Memz")
4646

4747
# taille de la fenêtre
4848
master.geometry("420x400")
@@ -416,7 +416,7 @@ def start_pppwn(self):
416416

417417

418418
def about(self):
419-
messagebox.showinfo("About", "PPPwnUI v4.0\n\nDeveloped by Memz")
419+
messagebox.showinfo("About", "PPPwnUI v4.1\n\nDeveloped by Memz")
420420

421421
if sys.platform == "linux" and not os.geteuid() == 0:
422422
print("You must run this program as administrator.")

0 commit comments

Comments
 (0)