It looks like you're new here. If you want to get involved, click one of these buttons!
order_id = kite.place_order(tradingsymbol="INFY",
exchange=kite.EXCHANGE_NSE,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=1,
order_type=kite.ORDER_TYPE_MARKET,
product=kite.PRODUCT_NRML)
place_order() missing 1 required positional argument: 'variety'What kind of migration are you doing where even your few lines of sample code does not work??