Skip to content

Commit b42cd6c

Browse files
committed
[qa] Added relative comments
Signed-off-by: DragnEmperor <[email protected]>
1 parent d3feee9 commit b42cd6c

File tree

1 file changed

+1
-0
lines changed
  • openwisp_controller/geo/estimated_location

1 file changed

+1
-0
lines changed

openwisp_controller/geo/estimated_location/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def manage_estimated_locations(device_pk, ip_address):
104104
.exclude(pk=device.pk)
105105
)
106106

107+
# multiple devices can have same last_ip in cases like usage of proxy
107108
if devices_with_location.count() > 1:
108109
send_whois_task_notification(
109110
device=device, notify_type="estimated_location_error"

0 commit comments

Comments
 (0)