We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cc0d8 commit 3cbbc8bCopy full SHA for 3cbbc8b
1 file changed
meshtastic_listener/__main__.py
@@ -399,7 +399,7 @@ def __check_node_health__(self) -> None:
399
alert_context += f'High Memory Usage: {health_check_stats.systemResources.memoryUsagePercent}%\n'
400
401
if alert_context != '':
402
- self.__notify_admins__(f'Node: {self.interface.getLongName()}\n{alert_context}', priority=True)
+ self.__notify_admins__(f'Node: {self.interface.getLongName()}\n{alert_context.strip()}', priority=True)
403
404
self.previous_health_check = health_check_stats
405
0 commit comments