From 932ff82d70ca02c7580a23d3d39e14d8fb67856a Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 25 Oct 2024 14:27:45 -0700 Subject: [PATCH] Remove un-needed param --- salt/transport/ws.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/transport/ws.py b/salt/transport/ws.py index 65a2bb420e0..5ab507b453d 100644 --- a/salt/transport/ws.py +++ b/salt/transport/ws.py @@ -312,7 +312,6 @@ class PublishServer(salt.transport.base.DaemonizedPublishServer): publish_payload, presence_callback=None, remove_presence_callback=None, - event=None, ): """ Bind to the interface specified in the configuration file