Accessing RTD?

Hi, I want to get real time data with the following code:

---------------------------------------------------------------------------------------------------------------------------------

from fyers_api.websocket import ws

symbol = "NSE:SBIN-EQ,NSE:RELIANCE-EQ"

fyersSocket = ws.FyersSocket(access_token=access_token, data_type="symbolData",symbol=symbol)

fyersSocket.subscribe()

----------------------------------------------------------------------------------------------------------------------------------

Am I doing something wrong?

3 replies