liato / android-market-api-py

A Python port of the java Android Market API.
128 stars 43 forks source link

Attribute Error #11

Open shweta647 opened 6 years ago

shweta647 commented 6 years ago

I am getting error in the following line: params[k.strip().lower()] = v.strip()

attribute error: list object has no attribute strip