From d39c849dafc202fa7a0bf57578afeeafe61bccb7 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Thu, 2 Apr 2020 23:06:39 +0200 Subject: [PATCH] github? you ok? --- pwnagotchi/plugins/default/webcfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/webcfg.py b/pwnagotchi/plugins/default/webcfg.py index 3907283..4bf0538 100644 --- a/pwnagotchi/plugins/default/webcfg.py +++ b/pwnagotchi/plugins/default/webcfg.py @@ -499,7 +499,7 @@ class WebConfig(plugins.Plugin): 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: