Merge remote-tracking branch 'origin/master' into release-0-50

This commit is contained in:
Paulus Schoutsen 2017-07-28 02:42:58 -07:00
commit 0a6d519b9d

View File

@ -108,6 +108,7 @@ class UbusDeviceScanner(DeviceScanner):
return self.mac2name.get(device.upper(), None) return self.mac2name.get(device.upper(), None)
@_refresh_on_acccess_denied @_refresh_on_acccess_denied
@Throttle(MIN_TIME_BETWEEN_SCANS)
def _update_info(self): def _update_info(self):
"""Ensure the information from the Luci router is up to date. """Ensure the information from the Luci router is up to date.