Gave up and set time window to 24 hours. locations setup of for local testing

This commit is contained in:
Patrick McDonagh
2016-01-26 10:35:46 -06:00
parent 475b0f55cd
commit 6aa9ff123f
3 changed files with 7 additions and 6 deletions

1
python/pycomm.log Normal file
View File

@@ -0,0 +1 @@
pycomm.ab_comm.clx WARNING 2016-01-25 14:45:25,488 (5, 'forward_close returned False')

View File

@@ -6,13 +6,13 @@ Created on Dec 8, 2015
@author: Patrick McDonagh
'''
from random import randint
import time
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("/usr/db/data.db")
con = lite.connect('/Users/patrickjmcd/data.db')
def readTag(addr, tag):