We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9dae5 commit 71541ceCopy full SHA for 71541ce
ExploitProtection.PY
@@ -10,8 +10,8 @@ from datetime import datetime
10
import time
11
12
# Script Info
13
-VERSION = "1.1 (Python Port)"
14
-AUTHOR = "neohiro (Ported by Gemini)"
+VERSION = "1.1"
+AUTHOR = "neohiro"
15
COPYRIGHT = "© 2023 FrenzyPenguin Media"
16
17
# -------------------------------------------------------------------------
@@ -329,3 +329,4 @@ if __name__ == "__main__":
329
app = XProtApp(root)
330
root.mainloop()
331
332
+
0 commit comments