github? you ok?
This commit is contained in:
parent
58bbae89c2
commit
d39c849daf
@ -499,7 +499,7 @@ class WebConfig(plugins.Plugin):
|
|||||||
elif request.method == "POST":
|
elif request.method == "POST":
|
||||||
if path == "save-config":
|
if path == "save-config":
|
||||||
try:
|
try:
|
||||||
save_config(request.get_json(), '/etc/pwnagotchi/config.toml')
|
save_config(request.get_json(), '/etc/pwnagotchi/config.toml') # test
|
||||||
_thread.start_new_thread(restart, (self.mode,))
|
_thread.start_new_thread(restart, (self.mode,))
|
||||||
return "success"
|
return "success"
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user