mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 07:14:20 +01:00
subscription: fix unsubscrbe
This commit is contained in:
@@ -91,7 +91,7 @@ class SubscriptionManager:
|
||||
|
||||
This function is mostly used to force the channel to produce a fresh snapshot.
|
||||
"""
|
||||
sub = self.subscriptions_chanid[chan_d]
|
||||
sub = self.subscriptions_chanid[chan_id]
|
||||
|
||||
async def re_sub():
|
||||
await sub.subscribe()
|
||||
|
||||
Reference in New Issue
Block a user