By default, when running Flask application using the built-in server (Flask.run), it monitors its Python files and automatically reloads the app if its code cha
Whether to check for modifications of the template source and reload it automatically. By default the value is None which means that Flask checks original file only in debug mode.