annotate service/wifi/tasks.py @ 1705:250f4c27d56f

less logging
author drewp@bigasterisk.com
date Sat, 23 Oct 2021 13:21:06 -0700
parents 632a88c27b11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
742
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
1 from invoke import Collection
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
2 import sys
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
3 sys.path.append('/my/proj/release')
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
4 from serv_tasks import serv_tasks
564
d0830394bf7b update build on service/wifi
drewp@bigasterisk.com
parents: 424
diff changeset
5
742
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
6 ns = Collection()
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
7 serv_tasks(ns, 'serv.n3', 'wifi')