为了能快速了解并处理您的问题,请提供以下基础信息: 问题描述:新建python项目后,端口设为6000,但是启动时还是在5000,这样新建的python项目就总是端口被占用:
项目日志:
* Serving Flask app 'app' * Debug mode: onAddress already in usePort 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
|
|