How to Print to stdout in Flask using Python
If you are trying to print()
to the console/stdout in your Flask app, but nothing is happening, then you just need to flush
your prints, as follows:
|
|
If you are trying to print()
to the console/stdout in your Flask app, but nothing is happening, then you just need to flush
your prints, as follows:
|
|