Hello,
This might be a useless question for you but i wrote an application 1.5 years ago and run it from here. But when i try that code today I cant run it. I searched a bit but i am still not sure how to fix it.
I have a line like this
@route('/') def i(): return "H1c7 World"
run(host='localhost', port=8080)
But probably i should not use "run" command. But i couldnt learn what i use.