Skip to content

Commit 71541ce

Browse files
authored
Update ExploitProtection.PY
1 parent ec9dae5 commit 71541ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ExploitProtection.PY

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ from datetime import datetime
1010
import time
1111

1212
# Script Info
13-
VERSION = "1.1 (Python Port)"
14-
AUTHOR = "neohiro (Ported by Gemini)"
13+
VERSION = "1.1"
14+
AUTHOR = "neohiro"
1515
COPYRIGHT = "© 2023 FrenzyPenguin Media"
1616

1717
# -------------------------------------------------------------------------
@@ -329,3 +329,4 @@ if __name__ == "__main__":
329329
app = XProtApp(root)
330330
root.mainloop()
331331

332+

0 commit comments

Comments
 (0)