remove unused argument

This commit is contained in:
Sidd Shah
2024-02-02 22:30:27 -05:00
parent 4934eff8b7
commit e6b1e14d80

View File

@@ -11,7 +11,7 @@ from . import api_helpers, ytlounge
class DeviceListener:
def __init__(self, api_helper, config, device, log_name_len, debug: bool):
def __init__(self, api_helper, config, device, debug: bool):
self.task: Optional[asyncio.Task] = None
self.api_helper = api_helper
self.offset = device.offset