Skip to content

Commit 44fd4a2

Browse files
committed
Update diskover.py removed threaddepth
Update diskover.py removed threaddepth
1 parent de7ea79 commit 44fd4a2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

diskover/diskover.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,6 @@ def log_setup():
10241024
help='use alternate scanner module in scanners/')
10251025
parser.add_option('--threads', type=int,
10261026
help='crawl scan threads (overrides config maxthreads setting)')
1027-
parser.add_option('--threaddepth', type=int,
1028-
help='crawl scan thread directory depth (overrides config threaddirdepth setting) (ESSENTIAL VER)')
10291027
parser.add_option('-v', '--verbose', action='store_true',
10301028
help='verbose output')
10311029
parser.add_option('-V', '--vverbose', action='store_true',
@@ -1100,11 +1098,6 @@ def log_setup():
11001098
logger.error(logmsg)
11011099
if config['LOGTOFILE']: logger_warn.error(logmsg)
11021100
sys.exit(1)
1103-
if options.threaddepth:
1104-
logmsg = 'Using --threaddepth cli option to set crawl scan thread directory depth requires diskover Essential version.'
1105-
logger.error(logmsg)
1106-
if config['LOGTOFILE']: logger_warn.error(logmsg)
1107-
sys.exit(1)
11081101

11091102
# get top path arg
11101103
if args:

0 commit comments

Comments
 (0)