Skip to content

Commit

Permalink
github? you ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Apr 2, 2020
1 parent 58bbae8 commit d39c849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/webcfg.py
Expand Up @@ -499,7 +499,7 @@ def on_webhook(self, path, request):
elif request.method == "POST":
if path == "save-config":
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,))
return "success"
except Exception as ex:
Expand Down

0 comments on commit d39c849

Please sign in to comment.