From 840fb66840b732fb91293ee27ad69cd90debd04a Mon Sep 17 00:00:00 2001 From: prance Date: Fri, 28 Jan 2022 00:42:53 +0100 Subject: [PATCH] =?UTF-8?q?liter=C3=B3wka=20XD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MUOR/MUOR/NGINXConfigurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUOR/MUOR/NGINXConfigurator.py b/MUOR/MUOR/NGINXConfigurator.py index 400bd9052..8509faddc 100644 --- a/MUOR/MUOR/NGINXConfigurator.py +++ b/MUOR/MUOR/NGINXConfigurator.py @@ -14,7 +14,7 @@ class NGINXConfigurator: config = cls._get_config(sessions) with open(cls._config_path, 'w') as F: F.write(config) - completed_process = subprocess.run(["sudo" "nginx", "-s", "reload"]) + completed_process = subprocess.run(["sudo", "nginx", "-s", "reload"]) return completed_process.returncode @classmethod