lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -17,6 +17,8 @@ class BlockBridgelinesAutomation(BlockBridgeAutomation, ABC):
|
|||
fingerprint = parts[2]
|
||||
self.ips.append(ip_address)
|
||||
self.fingerprints.append(fingerprint)
|
||||
logging.debug(f"Added blocked bridge with IP {ip_address} and fingerprint {fingerprint}")
|
||||
logging.debug(
|
||||
f"Added blocked bridge with IP {ip_address} and fingerprint {fingerprint}"
|
||||
)
|
||||
except IndexError:
|
||||
logging.warning("A parsing error occured.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue