fix pep8
This commit is contained in:
parent
4312eb9e58
commit
cc36de5a2f
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ try:
|
||||||
else:
|
else:
|
||||||
if r != 0:
|
if r != 0:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
p4 = Popen(['socksify', 'dig', '@%s' % config.dns, 'www.google.com'],
|
p4 = Popen(['socksify', 'dig', '@%s' % config.dns,
|
||||||
|
'www.google.com'],
|
||||||
stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
|
stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
|
||||||
if p4 is not None:
|
if p4 is not None:
|
||||||
fdset.append(p4.stdout)
|
fdset.append(p4.stdout)
|
||||||
|
|
Loading…
Reference in a new issue