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()