mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-05-23 18:02:28 -04:00
Fixed pep8 failures
This commit is contained in:
parent
514612fa05
commit
9bf8321d15
@ -1,10 +1,7 @@
|
||||
import logging
|
||||
|
||||
from oslo_config import cfg
|
||||
|
||||
from aprsd_weewx_plugin.conf import weewx
|
||||
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
weewx.register_opts(CONF)
|
||||
|
@ -168,6 +168,7 @@ class WeewxMQTTThread(threads.APRSDThread):
|
||||
_mqtt_host = None
|
||||
_mqtt_port = None
|
||||
client = None
|
||||
|
||||
def __init__(self, wx_queue, msg_queue):
|
||||
super().__init__("WeewxMQTTThread")
|
||||
self.msg_queue = msg_queue
|
||||
|
Loading…
x
Reference in New Issue
Block a user