From c9dee6aec7ffbc8fa35bc0fd56b2734ab986c0b9 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 14 Apr 2023 17:02:04 +0800 Subject: [PATCH] Log listening info --- robot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robot.py b/robot.py index 38e29a9..19f07cc 100644 --- a/robot.py +++ b/robot.py @@ -199,3 +199,4 @@ class Robot(Job): title="API for send text", description=f"Github: WeChatFerry",) Http.start(http, c["host"], c["port"]) + self.LOG.info(f"HTTP listening on http://{c['host']}:{c['port']}")