Mercurial > code > home > repos > light9
changeset 2398:87de3fada483
dead code
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 May 2024 16:13:18 -0700 |
parents | 6f023afd6c16 |
children | bbff83207963 |
files | src/light9/collector/collector_client.py |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/light9/collector/collector_client.py Thu May 16 16:12:58 2024 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -from light9 import networking -from light9.effect.settings import DeviceSettings -from light9.metrics import metrics -from twisted.internet import defer -from txzmq import ZmqEndpoint, ZmqFactory, ZmqPushConnection -import json, time, logging -import treq - -log = logging.getLogger('coll_client') - - - # d = treq.put(networking.collector.path('attrs'), data=msg, timeout=1)