fix flrig

pull/970/head
DJ2LS 2025-05-01 15:07:30 +02:00
parent bebf3e491b
commit aaa7682d52
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import logging
class radio:
def __init__(self, ctx):
self.ctx = ctx
self.logger = logging.getLogger(__name__)
self.host = self.ctx.config_manager.config["FLRIG"]["ip"]
self.port = self.ctx.config_manager.config["FLRIG"]["port"]