Cleanup and new adeunis
This commit is contained in:
parent
21efc5d63e
commit
d12d5ab0cd
10 changed files with 7 additions and 9 deletions
|
|
@ -26,7 +26,7 @@ import sys
|
|||
log = logging.getLogger("adeunis")
|
||||
log.setLevel(logging.DEBUG)
|
||||
|
||||
known_devices = [ "0018B20000000C58", "0018B20000000C37", "0018B20000000C59", "0018B20000000CD0" ]
|
||||
known_devices = [ "0018B20000000C58", "0018B20000000C37", "0018B20000000C59", "0018B20000000CD0", "0018B200000001C5" ]
|
||||
|
||||
def convert_gps_from_stdin():
|
||||
for line in sys.stdin:
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ def pg_wait_for_pkg(conns, callback):
|
|||
|
||||
callback(notify.channel, notify.payload)
|
||||
|
||||
|
||||
class DB(object):
|
||||
def __init__(self, query):
|
||||
self.query = query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue