mirror of
https://github.com/bricebou/weewx-netatmo.git
synced 2025-01-18 12:01:11 +01:00
Merge branch 'master' of github.com:/matthewwall/weewx-netatmo
This commit is contained in:
commit
51a0bbd47a
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class NetatmoDriver(weewx.drivers.AbstractDevice):
|
|||
if pkt:
|
||||
yield pkt
|
||||
except Queue.Empty:
|
||||
logdbg('empty queue')
|
||||
pass
|
||||
|
||||
def data_to_packet(self, data):
|
||||
# convert netatmo data to format for database
|
||||
|
|
Loading…
Reference in a new issue