Update server.py
This commit is contained in:
@@ -279,7 +279,7 @@ def edit_wpa_sup(country, ssid, pwd):
|
|||||||
current_wpa.close()
|
current_wpa.close()
|
||||||
|
|
||||||
#remove this line to append to end instead of overwriting all networks
|
#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)
|
print(wpa_lines)
|
||||||
|
|
||||||
wpa_lines.append('\n')
|
wpa_lines.append('\n')
|
||||||
|
Reference in New Issue
Block a user