mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
new config adressation
This commit is contained in:
@@ -427,7 +427,7 @@ class MegaD:
|
||||
def subscribe(self, port, callback):
|
||||
port = int_ignore(port)
|
||||
self.lg.debug(
|
||||
f'subscribe %s %s', port, str(callback)
|
||||
f'subscribe %s', port,
|
||||
)
|
||||
self.http.callbacks[self.id][port].append(callback)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user