Is it possible to reload the jar, although I have syntax errors

The Flask autoloader is very good, however I often make syntax errors that cause the reboot to reboot.

Is it possible to force a reboot to catch a syntax error and still print it, but continue to reboot when the corrupted file changes again?

+5
source share
1 answer

Check out Flask-Failsafe , here is a bit more from the author.

+4
source

All Articles