mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
fix run()
This commit is contained in:
@@ -84,6 +84,8 @@ class GenericWebsocket:
|
|||||||
thread and connection.
|
thread and connection.
|
||||||
"""
|
"""
|
||||||
self._start_new_socket()
|
self._start_new_socket()
|
||||||
|
while True:
|
||||||
|
time.sleep(1)
|
||||||
|
|
||||||
def get_task_executable(self):
|
def get_task_executable(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user