You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a few print statements to see what it was trying to pass (see BTCUSDT and <function .... lines below)
python news-analysis.py
BTCUSDT
<function ticker_socket at 0x00000225D6603F78>
Traceback (most recent call last):
File "news-analysis.py", line 162, in
conn_key = bsm.start_symbol_ticker_socket(coin+PAIRING, ticker_socket)
AttributeError: 'BinanceSocketManager' object has no attribute 'start_symbol_ticker_socket'
I've been googling it but have not found any answers so far.
The text was updated successfully, but these errors were encountered: