• Stefy Lanza (nextime / spora )'s avatar
    Fix additional UnboundLocalError for 'time' variable in WiFi scanning · ece530e2
    Stefy Lanza (nextime / spora ) authored
    - Removed second local import of 'time' module in scan_and_select_best_wifi method
    - This was another instance of the same variable shadowing issue
    - Both scan_wifi_networks and scan_and_select_best_wifi methods had local time imports
    - Now both methods use the globally imported time module correctly
    - WiFi scanning and network selection should work without any variable scoping errors
    
    This completely resolves the UnboundLocalError issues in WiFi network scanning
    by ensuring no local imports shadow the globally imported time module.
    ece530e2
Name
Last commit
Last update
..
README.md Loading commit data...
autoinstallergui.py Loading commit data...
build_autoinstaller_gui.py Loading commit data...
cleanup.sh Loading commit data...