Home
Print Flask Debug Messages To The Terminal In Python
python
import
sys
print
(
'
Hello world!
'
,
file
=
sys
.
stderr
)
~ fin ~