We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e77e8 commit 7ff5ce8Copy full SHA for 7ff5ce8
geoip2/webservice.py
@@ -149,7 +149,8 @@ def insights(self, ip_address='me'):
149
Use :py:method:`insights` instead.
150
151
"""
152
- return self._response_for('insights', geoip2.models.Insights, ip_address)
+ return self._response_for('insights', geoip2.models.Insights,
153
+ ip_address)
154
155
def omni(self, ip_address='me'):
156
"""This method calls the GeoIP2 Precision: Insights endpoint.
0 commit comments