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']}")