kshitij10496 / gh-notifier

Desktop notifier for all your "social" GitHub notifications
MIT License
20 stars 10 forks source link

Update scrapper.py : added int() for range() #6

Closed Parth-Vader closed 8 years ago

Parth-Vader commented 8 years ago

I received this error : TypeError: range() integer end argument expected, got float.

Therefore , added int() for range().

kshitij10496 commented 8 years ago

Refer #2 I believe @Arafatk is working on this. You can collaborate with him on this.