Pep8 Fixes
This commit is contained in:
parent
288fb921f0
commit
bb2a6edb29
|
@ -57,7 +57,7 @@ def send_tor_signal(signal: Signal) -> bool:
|
|||
for line in conf:
|
||||
pass
|
||||
secret = line
|
||||
if ( '\n' in line ):
|
||||
if '\n' in line:
|
||||
secret = line.strip('\n')
|
||||
authenticate_password(c, password=secret)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user