mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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>