最佳答案
I've built a few Flask apps, but on my latest project I noticed something a little strange in development mode. The second line of the usual message in the terminal which always reads:
* Running on http://127.0.0.1:5000/
* Restarting with reloader
has been replaced by:
* Restarting with stat
I don't think I've done anything different, in fact, I started by cloning a starter-kit project that I have used many times, which itself, does not display this behavior. I also notice that this project consumes about 15% CPU steadily, whereas my other project are barely a blip.
Any ideas why this is happening?