feat: Изменить инициализацию WebhookUtility без клиента; добавить HWIDUserController

This commit is contained in:
Artem 2025-05-08 15:06:31 +02:00
parent b238672b9b
commit e45324075d
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -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: