mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-07-07 11:45:15 -04:00
Cleaned up pep8 error
This commit is contained in:
parent
a7cc3625ed
commit
069ff947c8
10
ChangeLog
Normal file
10
ChangeLog
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
CHANGES
|
||||||
|
=======
|
||||||
|
|
||||||
|
v0.1.0
|
||||||
|
------
|
||||||
|
|
||||||
|
* updated setup.cfg
|
||||||
|
* first hack at it working
|
||||||
|
* Switched to pbr
|
||||||
|
* First checkin
|
@ -146,7 +146,6 @@ class WeewxMQTTThread(threads.APRSDThread):
|
|||||||
client.subscribe("weather/loop")
|
client.subscribe("weather/loop")
|
||||||
|
|
||||||
def on_message(self, client, userdata, msg):
|
def on_message(self, client, userdata, msg):
|
||||||
#LOG.info(msg.payload)
|
|
||||||
wx_data = json.loads(msg.payload)
|
wx_data = json.loads(msg.payload)
|
||||||
LOG.debug(f"Got WX data {wx_data}")
|
LOG.debug(f"Got WX data {wx_data}")
|
||||||
mqtt_queue.put(wx_data)
|
mqtt_queue.put(wx_data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user