From 7ce0d4554480046aae7cf8136c01aebe501c4757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Fri, 22 Jan 2021 15:06:08 +0100 Subject: [PATCH] Changing wrong configuration key --- server/frontend/app/blueprints/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/frontend/app/blueprints/misc.py b/server/frontend/app/blueprints/misc.py index 00ed033..6964121 100644 --- a/server/frontend/app/blueprints/misc.py +++ b/server/frontend/app/blueprints/misc.py @@ -57,5 +57,5 @@ def get_config(): "quit_option": read_config(("frontend", "quit_option")), "shutdown_option": read_config(("frontend", "shutdown_option")), "reboot_option": read_config(("frontend", "reboot_option")), - "iface_out": read_config(("network", "iface_out")) + "iface_out": read_config(("network", "out")) })