Hello world,
I installed flask ([email protected] ~ $ sudo pip install flask) but then I get
the following error:
app = Flask(_name_)
NameError: name '_name_' is not define
As usually I do not know what the heck to do.
Thanks a lot
Beny