Plugins: pebmasq fix classmethod

This commit is contained in:
SolitudePy
2025-09-17 13:46:34 +03:00
parent 2dd0bec927
commit a6d1b34d36
@@ -37,7 +37,7 @@ class PebMasquerade(interfaces.plugins.PluginInterface):
]
@classmethod
def get_process_names(proc: interfaces.objects.ObjectInterface) -> Tuple[
def get_process_names(cls, proc: interfaces.objects.ObjectInterface) -> Tuple[
Union[str, renderers.NotAvailableValue],
Union[str, renderers.NotAvailableValue],
Union[str, renderers.NotAvailableValue],