mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
⬆️ auto update by pre-commit hooks (#3301)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4d9f5f0953
commit
af5dfcee72
@ -31,8 +31,7 @@ def init():
|
||||
if host in {"0.0.0.0", "127.0.0.1"}:
|
||||
host = "localhost"
|
||||
logger.opt(colors=True).info(
|
||||
f"Nonebot docs will be running at: "
|
||||
f"<b><u>http://{host}:{port}/website/</u></b>"
|
||||
f"Nonebot docs will be running at: <b><u>http://{host}:{port}/website/</u></b>"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user