On Nov 23, 10:17 am, wizard_of_blackforest
<[email protected]> wrote:
>
> my main2.py file which doesnt work properly for
> address "localhost:8085/2/" is as below:
>
> def main():
>   application = webapp.WSGIApplication([('/', MainHandler)],
>                                        debug=True)


You are matching '/' but the URL is '/2'.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to