I have this on my application:

if __name__ == "__main__":
    my_app = web.application(urls, globals(), autoreload=True)
    web.http.profiler(my_app)
    my_app.run()

But nothing has changed in "python my_app.py" output.
Am I doing it right?

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/7v8qnkJXayMJ.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to