Исправлено неправильная передача токенов в centrifuge_subscribe
All checks were successful
Verify Dev Build / publish (push) Successful in 34s

This commit is contained in:
2026-03-06 22:42:18 +03:00
parent f0194d3bb9
commit 35524a736f
2 changed files with 2 additions and 2 deletions

View File

@ -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" }]

View File

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