From aaa33b017d87ef798e00c52ff787590ffaf6441e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=B1?= =?UTF-8?q?=D0=B4=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= <565963@gmail.com> Date: Mon, 7 Oct 2024 12:42:27 +0300 Subject: [PATCH] fix: install and run as 2 different entity --- src/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/installer.py b/src/installer.py index 477d746..5adea6f 100644 --- a/src/installer.py +++ b/src/installer.py @@ -21,4 +21,5 @@ def install(parsed) -> None: subprocess.call(["sh", projectDir + "/scripts/install.sh"]) subprocess.call(["sh", projectDir + "/scripts/runner.sh"]) sleep(5) - weather_run() + else: + weather_run()