From a8567ae1159b360d2ff21b68ca25371be0ad4bab Mon Sep 17 00:00:00 2001 From: Kafonek Date: Wed, 4 Oct 2023 15:32:29 -0400 Subject: [PATCH] remove extraneous log --- origami/clients/rtu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/origami/clients/rtu.py b/origami/clients/rtu.py index 58123d8..5f55932 100644 --- a/origami/clients/rtu.py +++ b/origami/clients/rtu.py @@ -467,7 +467,7 @@ async def _on_auth(self, msg: AuthenticateReply): await self.send_file_subscribe() except Exception: logger.exception("Error sending file subscribe request") - logger.info("done handling default auth, calling custom on_auth") + await self.on_auth(msg) async def send_file_subscribe(self):