fix: install and run as 2 different entity

This commit is contained in:
Дмитрий Абдрахманов 2024-10-07 12:42:27 +03:00
parent d3f45d8cf6
commit aaa33b017d

View File

@ -21,4 +21,5 @@ def install(parsed) -> None:
subprocess.call(["sh", projectDir + "/scripts/install.sh"]) subprocess.call(["sh", projectDir + "/scripts/install.sh"])
subprocess.call(["sh", projectDir + "/scripts/runner.sh"]) subprocess.call(["sh", projectDir + "/scripts/runner.sh"])
sleep(5) sleep(5)
weather_run() else:
weather_run()