Wrong location of the logger

This commit is contained in:
Logan Cusano
2022-04-01 00:50:28 -04:00
parent 319de5cf42
commit e26ae52399

View File

@@ -13,6 +13,8 @@ class GQRXHandler(threading.Thread):
self.GQRXEXE: str = shutil.which(GQRX_BIN)
self.GQRXProc = None
self.logger = logging.getLogger("Discord_Radio_Bot.GQRXHandler")
self.Frequency = None
self.Mode = None
@@ -33,8 +35,6 @@ class GQRXHandler(threading.Thread):
self.create_telnet_connection()
self.logger = logging.getLogger("Discord_Radio_Bot.GQRXHandler")
def run(self) -> None:
while True:
if self.Start_GQRX: