mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-09-01 06:40:42 +00:00
feat: Изменить инициализацию WebhookUtility без клиента; добавить HWIDUserController
This commit is contained in:
parent
b238672b9b
commit
e45324075d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue