It looks like you're new here. If you want to get involved, click one of these buttons!
try:
while(True):
time.sleep(0.1)
kws.reconnect()
kws.connect()
except KeyboardInterrupt:
kite.invalidate_token()
print("Logged out successfully")