mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Rewrite reconnection system with numerous fixes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from .. enums import *
|
||||
|
||||
class Channels(str, Enum):
|
||||
class Channel(str, Enum):
|
||||
TICKER = "ticker"
|
||||
TRADES = "trades"
|
||||
BOOK = "book"
|
||||
|
||||
Reference in New Issue
Block a user