This commit is contained in:
J.Townsend 2024-10-26 17:54:56 +01:00 committed by GitHub
parent e6d4755920
commit 88135de5bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
from theHarvester.theHarvester import main
if sys.version_info.major < 3 or sys.version_info.minor < 11:
print('\033[93m[!] Make sure you have Python 3.10+ installed, quitting.\n\n \033[0m')
print('\033[93m[!] Make sure you have Python 3.11+ installed, quitting.\n\n \033[0m')
sys.exit(1)
if __name__ == '__main__':