Google Appengine Python Cron Job Urllib
I'm in need of setting up a cron job using Google AppEngine which will use urllib2 to execute a web page hosted on another server of mine. I know that the script is executing (chec
Solution 1:
main()
should end after util.run_wsgi_app(application)
. The rest of that belongs in your handler class.
Post a Comment for "Google Appengine Python Cron Job Urllib"