mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-03-14 06:22:56 +03:00
remove unused argument
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user