Log listening info

This commit is contained in:
Changhua
2023-04-14 17:02:04 +08:00
parent b722d2aac2
commit c9dee6aec7

View File

@@ -199,3 +199,4 @@ class Robot(Job):
title="API for send text",
description=f"Github: <a href='{home}'>WeChatFerry</a>",)
Http.start(http, c["host"], c["port"])
self.LOG.info(f"HTTP listening on http://{c['host']}:{c['port']}")