mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Fixes: #2447. - When editing an existing wireless connection, SSID field shows as "b'myap'" instead of "myap". Fix this. Tests: - On a machine with a wireless connection, edit the connection. Without the patch, form show SSID incorrectly. With the patch, it shows the correct value. - Unit tests in test_network.py pass when run as root. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>