Cleaned up pep8 error

This commit is contained in:
Hemna 2021-09-03 17:10:38 -04:00
parent a7cc3625ed
commit 069ff947c8
3 changed files with 11 additions and 1 deletions

1
AUTHORS Normal file
View File

@ -0,0 +1 @@
Hemna <waboring@hemna.com>

10
ChangeLog Normal file
View File

@ -0,0 +1,10 @@
CHANGES
=======
v0.1.0
------
* updated setup.cfg
* first hack at it working
* Switched to pbr
* First checkin

View File

@ -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)