Fixed line too long and updated readme

This commit is contained in:
TheNetworkGuy
2025-06-14 20:17:57 +00:00
parent 8fe7e5763b
commit ee6d13bfdf
2 changed files with 4 additions and 3 deletions

View File

@@ -854,7 +854,8 @@ class PhysicalDevice:
try:
# API call to Zabbix
self.zabbix.hostinterface.update(updates)
e = f"Host {self.name}: updated interface with data {sanatize_log_output(updates)}."
e = (f"Host {self.name}: updated interface "
f"with data {sanatize_log_output(updates)}.")
self.logger.info(e)
self.create_journal_entry("info", e)
except APIRequestError as e: