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 d3feee9 commit b42cd6cCopy full SHA for b42cd6c
openwisp_controller/geo/estimated_location/tasks.py
@@ -104,6 +104,7 @@ def manage_estimated_locations(device_pk, ip_address):
104
.exclude(pk=device.pk)
105
)
106
107
+ # multiple devices can have same last_ip in cases like usage of proxy
108
if devices_with_location.count() > 1:
109
send_whois_task_notification(
110
device=device, notify_type="estimated_location_error"
0 commit comments