mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-05-24 18:32:31 -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 oslo_config import cfg
|
||||||
|
|
||||||
from aprsd_weewx_plugin.conf import weewx
|
from aprsd_weewx_plugin.conf import weewx
|
||||||
|
|
||||||
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
|
|
||||||
weewx.register_opts(CONF)
|
weewx.register_opts(CONF)
|
||||||
|
@ -168,6 +168,7 @@ class WeewxMQTTThread(threads.APRSDThread):
|
|||||||
_mqtt_host = None
|
_mqtt_host = None
|
||||||
_mqtt_port = None
|
_mqtt_port = None
|
||||||
client = None
|
client = None
|
||||||
|
|
||||||
def __init__(self, wx_queue, msg_queue):
|
def __init__(self, wx_queue, msg_queue):
|
||||||
super().__init__("WeewxMQTTThread")
|
super().__init__("WeewxMQTTThread")
|
||||||
self.msg_queue = msg_queue
|
self.msg_queue = msg_queue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user