From e45324075d517d4432ed1ac3dadc4852090a783c Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 8 May 2025 15:06:31 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=86=D0=B8=D1=8E=20WebhookUtility=20=D0=B1=D0=B5?= =?UTF-8?q?=D0=B7=20=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=B0;=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20HWIDUserController?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- remnawave_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remnawave_api/__init__.py b/remnawave_api/__init__.py index 38c1447..8444c54 100644 --- a/remnawave_api/__init__.py +++ b/remnawave_api/__init__.py @@ -71,7 +71,7 @@ class RemnawaveSDK: self.users_bulk_actions = UsersBulkActionsController(self._client) self.users_stats = UsersStatsController(self._client) self.xray_config = XrayConfigController(self._client) - self.webhook_utility = WebhookUtility(self._client) + self.webhook_utility = WebhookUtility() self.hwid = HWIDUserController(self._client) def _validate_params(self) -> None: