Skip to content

Commit e3aa361

Browse files
author
6nz
authored
Small update
1 parent 1ae9d91 commit e3aa361

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
# watch setup video if you need help https://www.youtube.com/watch?v=L2eAQOmuUiA
1515

16+
if sys.version_info.minor < 10: # Python version check (Bypass Patch)
17+
print("[Security] - Python 3.10 or higher is recommended. The bypass will not work on 3.10+")
18+
print("You are using Python {}.{}".format(sys.version_info.major, sys.version_info.minor))
19+
1620
if platform.system() == 'Windows':
1721
os.system('cls & title Python Example') # clear console, change title
1822
elif platform.system() == 'Linux':

0 commit comments

Comments
 (0)