Removed legacy name for street function

This commit is contained in:
Mario de Frutos
2016-02-08 13:07:55 +01:00
parent 95c23edd1b
commit 142affc95e
9 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ RETURNS boolean AS $$
return False
else:
import json
from cartodb_services.quota import GeocoderConfig
from cartodb_services.metrics import GeocoderConfig
plpy.execute("SELECT cdb_dataservices_server._connect_to_redis('{0}')".format(username))
redis_conn = GD["redis_connection_{0}".format(username)]['redis_metadata_connection']
heremaps_conf_json = plpy.execute("SELECT cartodb.CDB_Conf_GetConf('heremaps_conf') as heremaps_conf", 1)[0]['heremaps_conf']