outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
144 stars 65 forks source link

A few bug fix and a little text strip #21

Closed Ehsan1997 closed 6 years ago

Ehsan1997 commented 6 years ago

Fixed the "can not consider(or whatever) float like an int" bug. Also added strip to the text so that there are no '\n\t ' etc.

dwillis commented 6 years ago

Thanks, @Ehsan1997!