From 35524a736f0338822dd8654fdcffa9923636c3cb Mon Sep 17 00:00:00 2001 From: Miwory Date: Fri, 6 Mar 2026 22:42:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BD=D0=B5=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=D1=87=D0=B0=20=D1=82=D0=BE=D0=BA=D0=B5=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=B2=20centrifuge=5Fsubscribe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/oxidedonationalerts/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37943b2..698b633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oxidedonationalerts" -version = "1.0.2" +version = "1.0.3" description = "Client for DonationAlerts API" readme = "README.md" authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }] diff --git a/src/oxidedonationalerts/api.py b/src/oxidedonationalerts/api.py index 567d1b4..6ef961f 100644 --- a/src/oxidedonationalerts/api.py +++ b/src/oxidedonationalerts/api.py @@ -137,8 +137,8 @@ class DonationAlertsAPIClient(OxideHTTP): ) -> s.CentrifugeSubscribe: req = await self.post( '/centrifuge/subscribe', - None, self._auth(access_token), + None, {'client': client, 'channels': subscriptions}, ) -- 2.47.2