core.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:sir-bot-a-lot 作者: pyslackers 项目源码 文件源码
def run(self, host: str = '0.0.0.0', port: int = 8080):
        """
        Start sirbot

        Configure sirbot and start the aiohttp.web.Application

        Args:
            host (str): host
            port (int): port
        """
        self._loop.run_until_complete(self._configure_plugins())
        web.run_app(self._app, host=host, port=port)  # pragma: no cover
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号