Imgur / imgurpython

Official Imgur python client library (deprecated)
MIT License
546 stars 116 forks source link

Update main.py for py 2.7 compatibility #7

Closed PoorLonesomeCoder closed 10 years ago

PoorLonesomeCoder commented 10 years ago

I fixed a little bug for python 2.7. num_dashes/periods contained floats, which lead to a 'string' * float(x) scenario which isn't good, is it ? So i parsed them to ints.

jacobgreenleaf commented 10 years ago

Thanks