summaryrefslogtreecommitdiff
path: root/freebase/sandbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebase/sandbox.py')
-rw-r--r--freebase/sandbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/sandbox.py b/freebase/sandbox.py
index 05f7a0b..9d9a189 100644
--- a/freebase/sandbox.py
+++ b/freebase/sandbox.py
@@ -30,7 +30,7 @@
import sys
from freebase.api.session import HTTPMetawebSession
-_base = HTTPMetawebSession("http://sandbox.freebase.com")
+_base = HTTPMetawebSession("http://sandbox-freebase.com")
__all__ = ["HTTPMetawebSession"]