mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-22 21:43:02 +08:00
fix typo
This commit is contained in:
parent
e6d4755920
commit
88135de5bf
1 changed files with 1 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue