Compare commits
1 Commits
9f90bbdfee
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 35524a736f |
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "oxidedonationalerts"
|
name = "oxidedonationalerts"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
description = "Client for DonationAlerts API"
|
description = "Client for DonationAlerts API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
||||||
|
|||||||
@ -137,8 +137,8 @@ class DonationAlertsAPIClient(OxideHTTP):
|
|||||||
) -> s.CentrifugeSubscribe:
|
) -> s.CentrifugeSubscribe:
|
||||||
req = await self.post(
|
req = await self.post(
|
||||||
'/centrifuge/subscribe',
|
'/centrifuge/subscribe',
|
||||||
None,
|
|
||||||
self._auth(access_token),
|
self._auth(access_token),
|
||||||
|
None,
|
||||||
{'client': client, 'channels': subscriptions},
|
{'client': client, 'channels': subscriptions},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user