Minor patch

This commit is contained in:
Miroslav Stampar
2020-12-01 22:56:24 +01:00
parent 9f6eacb4e8
commit 33a8db9596
2 changed files with 2 additions and 2 deletions

View File

@@ -1754,7 +1754,7 @@ def _cleanupOptions():
if conf.tmpPath:
conf.tmpPath = ntToPosixSlashes(normalizePath(conf.tmpPath))
if any((conf.googleDork, conf.logFile, conf.bulkFile, conf.forms, conf.crawlDepth)):
if any((conf.googleDork, conf.logFile, conf.bulkFile, conf.forms, conf.crawlDepth, conf.stdinPipe)):
conf.multipleTargets = True
if conf.optimize: