0
sarah posted
on flask app run , getting : OSError: [Errno 98] Address already in use
i am running flask app by command
python app.py
and geting following error
* Debug mode: on
Traceback (most recent call last):
File "app.py", line 5, in <module>
app.run()
File "python3.5/site-packages/flask/app.py", line 990, in run
run_simple(host, port, self, **options)
File "/python3.5/site-packages/werkzeug/serving.py", line 1030, in run_simple
s.bind(server_address)
OSError: [Errno 98] Address already in use