Revert "comment out locate_range for now"
This reverts commit 5396469a6e
.
This commit is contained in:
parent
5396469a6e
commit
2325fe6a4d
1 changed files with 3 additions and 3 deletions
|
@ -217,9 +217,9 @@ class Locator:
|
||||||
if not scan_data:
|
if not scan_data:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
#result = self.locate_range(scan_data, permissions)
|
result = self.locate_range(scan_data, permissions)
|
||||||
#if result is not None:
|
if result is not None:
|
||||||
# return result
|
return result
|
||||||
|
|
||||||
result = self.locate_by_beacon_positions(scan_data, permissions)
|
result = self.locate_by_beacon_positions(scan_data, permissions)
|
||||||
if result is not None:
|
if result is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue