add github link

master
ademant 2019-08-09 09:19:57 +02:00
parent a0cecafec7
commit 283fe504fb
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']: