Log listening info
This commit is contained in:
1
robot.py
1
robot.py
@@ -199,3 +199,4 @@ class Robot(Job):
|
|||||||
title="API for send text",
|
title="API for send text",
|
||||||
description=f"Github: <a href='{home}'>WeChatFerry</a>",)
|
description=f"Github: <a href='{home}'>WeChatFerry</a>",)
|
||||||
Http.start(http, c["host"], c["port"])
|
Http.start(http, c["host"], c["port"])
|
||||||
|
self.LOG.info(f"HTTP listening on http://{c['host']}:{c['port']}")
|
||||||
|
|||||||
Reference in New Issue
Block a user