shimmeris / SCFProxy

A proxy tool based on cloud function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

超时那里有bug

nvv5 opened this issue · comments

commented

flow.response.content = (
"<html><body>操作已超过云函数服务最大时间限制,可在函数配置中修改执行超时时间</body></html>",
)

这里报错content不能是元组,我改成了

flow.response.text = "<html><body>操作已超过云函数服务最大时间限制,可在函数配置中修改执行超时时间</body></html>"
commented

感谢提交的 bug,black 格式化的时候给自动换行了