Merge branch 'master' of github.com:/matthewwall/weewx-netatmo

master
Matthew Wall 8 years ago
commit 51a0bbd47a

@ -193,7 +193,7 @@ class NetatmoDriver(weewx.drivers.AbstractDevice):
if pkt: if pkt:
yield pkt yield pkt
except Queue.Empty: except Queue.Empty:
logdbg('empty queue') pass
def data_to_packet(self, data): def data_to_packet(self, data):
# convert netatmo data to format for database # convert netatmo data to format for database

Loading…
Cancel
Save