Gave up and set time window to 24 hours. locations setup of for local testing
This commit is contained in:
1
python/pycomm.log
Normal file
1
python/pycomm.log
Normal file
@@ -0,0 +1 @@
|
||||
pycomm.ab_comm.clx WARNING 2016-01-25 14:45:25,488 (5, 'forward_close returned False')
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user