Merge branch 'master' of notabug.org:ademant/rasolar

master
ademant 2019-08-12 15:25:35 +02:00
commit 198a0c0010
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if "tsl2591" in log_conf:
if log_conf['tsl2591']['enable'] == 0:
btls=False
if btls:
# https://github.com/maxlklaxl/python-tsl2591
import tsl2591
tsl_port=1
if "port" in log_conf['tsl2591']: