Author: goodale
Date: Fri May  3 04:58:26 2013
New Revision: 1478642

URL: http://svn.apache.org/r1478642
Log:
CLIMATE-4:  Corrected a url so we use the public endpoint.

Modified:
    incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/rcmed.py

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/rcmed.py
URL: 
http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/rcmed.py?rev=1478642&r1=1478641&r2=1478642&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/rcmed.py 
(original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/rcmed.py Fri 
May  3 04:58:26 2013
@@ -7,7 +7,7 @@ Future work includes rolling the rcmed q
 
 import requests, json
 
-paramUri = 'http://rcmes.jpl.nasa.gov:8886/rcmed/param.json'
+paramUri = 'http://rcmes.jpl.nasa.gov/bottle/rcmed/param.json'
 
 def getParams(uri=paramUri):
     '''This will return all of the parameters from the database as


Reply via email to