mdtanveer
mdtanveer
Temporarily using dhan.co for getting lot sizes until this is fixed. from memoization import cached import jmespath, requests, json @cached(ttl=30 * 24 * 3600) def get_lot_sizes_dhan(): res = requests.post("https://open-web-scanx.dhan.co/scanx/allfut", json=json.loads('{"Data":{"Seg":2,"Instrument":"FUT","Count":200,"Page_no":1,"ExpCode":-1}}'),...
@dhruvan2006 Looks like this is more widespread than just azure functions. This is creating incompatibility with tensorflow/cuda also see #2479
This looks similar to #2468