Added logo, updated driver for testing

This commit is contained in:
Patrick McDonagh
2016-01-26 20:54:14 -06:00
parent 7ed53967dd
commit d16b19ba5f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ import sqlite3 as lite
from pycomm.ab_comm.clx import Driver as ClxDriver
import logging
# con = lite.connect("/usr/db/data.db")
con = lite.connect('/Users/patrickjmcd/data.db')
con = lite.connect("/usr/db/data.db")
# con = lite.connect('/Users/patrickjmcd/data.db')
def readTag(addr, tag):

BIN
www/public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB