|
发表于 2018-10-14 16:24:12
|
显示全部楼层
您好,有个报错能帮忙看看是咋回事吗??
Exception: Traceback (most recent call last):
File "/home/ha/ha_conf/custom_components/sensor/aircat.py", line 51, in update
self.handle(fd)
File "/home/ha/ha_conf/custom_components/sensor/aircat.py", line 92, in handle
if len(mac) > 0 and len(self._macs.get(mac)):
TypeError: object of type 'NoneType' has no len() |
|