add helpful comment
This commit is contained in:
parent
8dc028dfd0
commit
7f93ad58ca
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class LocatorStations:
|
||||||
self.stations_lookup = {}
|
self.stations_lookup = {}
|
||||||
|
|
||||||
def get(self, bssid, ssid, frequency, create=False):
|
def get(self, bssid, ssid, frequency, create=False):
|
||||||
|
# yes, we're not looking up frequencies, because they can change… yep…
|
||||||
station_id = self.stations_lookup.get((bssid, None), None)
|
station_id = self.stations_lookup.get((bssid, None), None)
|
||||||
if station_id is not None:
|
if station_id is not None:
|
||||||
station = self.stations[station_id]
|
station = self.stations[station_id]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue