We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对 Bug 的描述
环境
复现代码或 repo 链接
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:800 robot.config['HOST'] = '0.0.0.0' robot.config['PORT'] = 800 robot.run() # 请在这里给出 bug 的复现代码。如有必要,可以创建一个复现 repo 并将链接粘贴到这里。
复现步骤
其他信息
The text was updated successfully, but these errors were encountered:
监听设置800是因为80似乎已占用
Sorry, something went wrong.
No branches or pull requests
对 Bug 的描述
环境
复现代码或 repo 链接
复现步骤
其他信息
The text was updated successfully, but these errors were encountered: