fix: install and run as 2 different entity
This commit is contained in:
parent
d3f45d8cf6
commit
aaa33b017d
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user