summaryrefslogtreecommitdiff
path: root/extras/appengine/static/sqlformat_client_example.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-04-30 06:22:24 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-04-30 06:22:24 +0200
commite2c49dd30390ab7442c0c6dc3d599f57f410290e (patch)
tree6a90c1d44b5a2ce1faf9bde5f517da91da19c720 /extras/appengine/static/sqlformat_client_example.py
parent7670fc3c2304a4b569a42ef13892eea65aac0e21 (diff)
downloadsqlparse-e2c49dd30390ab7442c0c6dc3d599f57f410290e.tar.gz
Corrected remote API URL ;-)
Diffstat (limited to 'extras/appengine/static/sqlformat_client_example.py')
-rw-r--r--extras/appengine/static/sqlformat_client_example.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/appengine/static/sqlformat_client_example.py b/extras/appengine/static/sqlformat_client_example.py
index e4d1606..eec17b9 100644
--- a/extras/appengine/static/sqlformat_client_example.py
+++ b/extras/appengine/static/sqlformat_client_example.py
@@ -4,7 +4,6 @@ import urllib
import urllib2
REMOTE_API = 'http://sqlformat.appspot.com/format/'
-REMOTE_API = 'http://127.0.0.1:8080/format/'
payload = (
('data', 'select * from foo join bar on val1 = val2 where id = 123;'),