Fixed pep8 failures

This commit is contained in:
Hemna 2023-01-09 20:41:16 -05:00
parent 514612fa05
commit 9bf8321d15
2 changed files with 1 additions and 3 deletions

View File

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

View File

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