if __name__== 'main':
main()
in your code
2011/7/12 Nikolay Sohryakov <nikolay....@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/BumLr0219OwJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
application = webapp.WSGIApplication([('/oauth2client', OAuth2Handler)])def main():logging.getLogger().setLevel(logging.DEBUG)run_wsgi_app(application)I did it exactly like it done in google's module. And btw when i was using google's implementation it worked exactly in the same way. Some requests were missed.