It looks like you're new here. If you want to get involved, click one of these buttons!
from kiteconnect.exceptions import InputExceptiontry: # Your code that may raise InputExceptionexcept InputException as e: # Handle the InputException here with proper log entry and re-try