Printing tag list on startup

This commit is contained in:
Patrick McDonagh
2016-01-22 18:40:32 -06:00
parent 3e18a7ea82
commit 19e2113bcd

View File

@@ -34,7 +34,7 @@ def main():
if len(tags) > 0:
for t in tags:
tagList.append({"id": int(t[0]), "name": t[1], "val": None, "lastVal": None})
print(tagList)
# try:
tux = TuxEIP(libpath="/usr/lib/libtuxeip.so")
sess = tux.OpenSession(PLC_IP_ADDRESS)