diff --git a/server.py b/server.py index 4c9b49a..c48544f 100755 --- a/server.py +++ b/server.py @@ -279,7 +279,7 @@ def edit_wpa_sup(country, ssid, pwd): current_wpa.close() #remove this line to append to end instead of overwriting all networks - wpa_lines = wpa_lines[0:4] + wpa_lines = wpa_lines[0:3] print(wpa_lines) wpa_lines.append('\n')