From 77dcfdedbf93f16de15b481e16d284872f563755 Mon Sep 17 00:00:00 2001 From: Ken Sanislo Date: Thu, 20 Dec 2018 15:41:59 -0800 Subject: [PATCH] fix log_message --- tcc-exporter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc-exporter b/tcc-exporter index f59bcb1..30ce133 100755 --- a/tcc-exporter +++ b/tcc-exporter @@ -11,7 +11,7 @@ import urllib.request from http.server import HTTPServer, BaseHTTPRequestHandler from urllib.error import HTTPError -VERSION = '0.5.3' +VERSION = '0.5.4' PREFIX = 'https://mytotalconnectcomfort.com/' devices = list()