diff --git a/python/tagserver_SQLite.py b/python/tagserver_SQLite.py index a646c75..dfb0959 100644 --- a/python/tagserver_SQLite.py +++ b/python/tagserver_SQLite.py @@ -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): diff --git a/www/public/img/logo.png b/www/public/img/logo.png new file mode 100644 index 0000000..fb9adc4 Binary files /dev/null and b/www/public/img/logo.png differ