diff options
| author | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-30 22:53:17 +0000 |
|---|---|---|
| committer | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-30 22:53:17 +0000 |
| commit | e1d4ab54c0b0816b87c3f9727100db37288d6818 (patch) | |
| tree | 273181a77dc5f41ea58aeda0439cdade8e358f0f /examples/freebase-images-appengine/hello.py | |
| parent | 7d9513c985368988d79be079c3f63ee6c2359de5 (diff) | |
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@258 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
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() |
