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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -