Mercurial > code > home > repos > homeauto
annotate service/environment/tasks.py @ 1745:d90cb7c06f15
try to crash if mqtt doesn't connect
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 17:21:59 -0800 |
parents | 4167101b816f |
children |
rev | line source |
---|---|
738 | 1 from invoke import Collection |
2 import sys | |
3 sys.path.append('/my/proj/release') | |
4 from serv_tasks import serv_tasks | |
722
a93fbf0d0daa
dep updates; graph url renames; and other build updates
drewp@bigasterisk.com
parents:
440
diff
changeset
|
5 |
738 | 6 ns = Collection() |
7 serv_tasks(ns, 'serv.n3', 'environment') |