项目文件夹

文件
2026-07-13 12:06:26 +08:00

8 行
202 B
Python
可执行文件

# sends a custom response instead of the usual 404
def main(cli, vn, rem):
msg = f"sorry {cli.ip} but {cli.vpath} doesn't exist"
return str(cli.reply(msg.encode("utf-8"), 404, "text/plain"))