mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Update theHarvester.py
Removed debug print statements.
This commit is contained in:
parent
157ff0dc69
commit
986112a207
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
|||
import getopt
|
||||
import stash
|
||||
import time
|
||||
print(sys.executable)
|
||||
print(os.getcwd)
|
||||
print(sys.path)
|
||||
|
||||
try:
|
||||
import requests
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue