Mercurial > code > home > repos > homeauto
diff service/arduinoNode/pushConfig.py @ 623:048a8df60e2e
fix pushconfig host lookup
Ignore-this: d53a114fdfb3bd3bf355a0c7293a1c7b
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Aug 2019 21:06:46 -0700 |
parents | 12f9f1838fb5 |
children | 6b80a6c58907 |
line wrap: on
line diff
--- a/service/arduinoNode/pushConfig.py Wed Aug 07 21:06:04 2019 -0700 +++ b/service/arduinoNode/pushConfig.py Wed Aug 07 21:06:46 2019 -0700 @@ -4,7 +4,7 @@ from twisted.python.filepath import FilePath -etcd = etcd3.client(host='bang6', port=9022) +etcd = etcd3.client(host='bang', port=9022) prefix, = sys.argv[1:]