probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use
uwsgi启动次数过多,杀掉进程,重新运行即可
fuser -k 9090/tcp
probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use
uwsgi启动次数过多,杀掉进程,重新运行即可
fuser -k 9090/tcp