mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 07:14:20 +01:00
add websocket multiplexer
This commit is contained in:
committed by
Jacob Plaster
parent
d027de9964
commit
13e7d505f8
@@ -251,7 +251,6 @@ class OrderManager:
|
||||
key = None
|
||||
for k in callback_storage.keys():
|
||||
if k in idents:
|
||||
print (callback_storage[k])
|
||||
key = k
|
||||
# call all callbacks associated with identifier
|
||||
for callback in callback_storage[k]:
|
||||
|
||||
Reference in New Issue
Block a user