diff options
Diffstat (limited to 'examples/freebase-images-appengine/hello.py')
| -rw-r--r-- | examples/freebase-images-appengine/hello.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/freebase-images-appengine/hello.py b/examples/freebase-images-appengine/hello.py index 739d36f..5bd6d58 100644 --- a/examples/freebase-images-appengine/hello.py +++ b/examples/freebase-images-appengine/hello.py @@ -84,7 +84,7 @@ class Recents(webapp.RequestHandler): class Info(webapp.RequestHandler): def get(self): VIEW = "?id=" - BASE = "http://www.freebase.com/api/trans/image_thumb" + BASE = "http://api.freebase.com/api/trans/image_thumb" OPTIONS = "?maxheight=300" id = cgi.escape(self.request.get('id')) @@ -150,4 +150,4 @@ def main(): run_wsgi_app(application) if __name__ == "__main__": - main()
\ No newline at end of file + main() |
