hacf-fr / freebox-api

Manage your freebox in Python using the Freebox OS API
https://readthedocs.org/projects/freebox-api/
GNU General Public License v3.0
31 stars 17 forks source link

get_ap_list buggy on ultra #640

Open qdel opened 1 month ago

qdel commented 1 month ago

Describe the bug The method return None when used against a free ox ultra.

log

File "/home/rholk/sbin/freebox-api", line 30, in wifistationlist
    for i in await fbx.wifi.get_ap_list():
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable