blackdotsh / getIPIntel

IP Intelligence is a free Proxy VPN TOR and Bad IP detection tool to prevent Fraud, stolen content, and malicious users. Block proxies, VPN connections, web host IPs, TOR IPs, and compromised systems with a simple API. GeoIP lookup available.
http://getipintel.net
311 stars 48 forks source link

fix: using float instead of int #1

Closed tigran-a closed 8 years ago

tigran-a commented 8 years ago

service returns a float value

blackdotsh commented 8 years ago

Hi there. Thanks for the tip. Error codes will always be an int, but results are returned as a float. I've updated this in my code to reflect your bug report.