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}, )