mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-07-06 19:25:16 -04:00
Cleaned up pep8 error
This commit is contained in:
parent
a7cc3625ed
commit
069ff947c8
1
AUTHORS
Normal file
1
AUTHORS
Normal file
@ -0,0 +1 @@
|
||||
Hemna <waboring@hemna.com>
|
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")
|
||||
|
||||
def on_message(self, client, userdata, msg):
|
||||
#LOG.info(msg.payload)
|
||||
wx_data = json.loads(msg.payload)
|
||||
LOG.debug(f"Got WX data {wx_data}")
|
||||
mqtt_queue.put(wx_data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user