Pep8 Fixes

This commit is contained in:
MadcowOG 2022-06-28 17:35:59 -07:00
parent 288fb921f0
commit bb2a6edb29

View File

@ -57,7 +57,7 @@ def send_tor_signal(signal: Signal) -> bool:
for line in conf: for line in conf:
pass pass
secret = line secret = line
if ( '\n' in line ): if '\n' in line:
secret = line.strip('\n') secret = line.strip('\n')
authenticate_password(c, password=secret) authenticate_password(c, password=secret)
else: else: