Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 965fa04

Browse files
committed
Trivial update
1 parent d78a3e9 commit 965fa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ def setOptimize():
24322432
#conf.predictOutput = True
24332433
conf.keepAlive = True
24342434
conf.threads = 3 if conf.threads < 3 else conf.threads
2435-
conf.nullConnection = not any([conf.data, conf.textOnly, conf.titles, conf.string, conf.notString, conf.regexp, conf.tor])
2435+
conf.nullConnection = not any((conf.data, conf.textOnly, conf.titles, conf.string, conf.notString, conf.regexp, conf.tor))
24362436

24372437
if not conf.nullConnection:
24382438
debugMsg = "turning off --null-connection switch used indirectly by switch -o"

0 commit comments

Comments
 (0)