mirror of
https://github.com/bricebou/weewx-netatmo.git
synced 2025-01-18 12:01:11 +01:00
eliminate 'empty queue' debug message
This commit is contained in:
parent
56b360f768
commit
a23d247924
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