Correct an issue with Wifi Alert following implementation of action for all plugins

This commit is contained in:
nicolargo 2025-11-16 10:01:48 +01:00
parent 728b36a8c9
commit 0ae24bade0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class WifiPlugin(GlancesPluginModel):
wifi_stats = f.readline()
return ret
def get_alert(self, value):
def get_alert(self, value, header=None, action_key=None, log=False):
"""Overwrite the default get_alert method.
Alert is on signal quality where lower is better...