mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Replace "Request" with "Requests", the actual module name
This commit is contained in:
parent
16057fd3de
commit
3f1b9d7b13
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
try:
|
||||
import requests
|
||||
except:
|
||||
print("Request library not found, please install it before proceeding\n")
|
||||
print("Requests library not found, please install it before proceeding\n")
|
||||
sys.exit()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue