python 2.7- LDF import -


ldffile = "c519 jan 22 2016.ldf"  open(ldffile) f:     ldfdata = f.read()  lin.setup(ldfdata=ldfdata, schedulelist=["main", "diagrequest", "diagresponse"], nad=0x66) 

hi, code looks above. error stating

typeerror: 'ldfdata' invalid keyword argument function.

could me out in issue thanks


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -