new config adressation

This commit is contained in:
andvikt
2021-11-07 12:38:02 +03:00
parent 2c2b3aab74
commit 679b53bbd3
4 changed files with 13 additions and 16 deletions

View File

@@ -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)