Skip to content

Commit 687e6f1

Browse files
fix review comment
1 parent eed6375 commit 687e6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifi_manager/wifi_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def remove_wifi_config(self, req, resp) -> None:
858858

859859
self._remove_wifi_config(form_data=form_data)
860860

861-
# redirect to '/'
861+
# redirect to '/configure'
862862
headers = {'Location': '/configure'}
863863
yield from picoweb.start_response(resp, status='303', headers=headers)
864864

0 commit comments

Comments
 (0)