X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/d0f0a9f2b3f26fce76dedc4e6a510e17f65df24c..64df767d27f91a0da3d745484a96751d75cae917:/infoex-autowx.py?ds=inline diff --git a/infoex-autowx.py b/infoex-autowx.py index 3d3da27..54fab39 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -117,7 +117,9 @@ def setup_config(config): # massage provider config items if station['provider'] == 'nrcs': - station['source'] = 'https://www.wcc.nrcs.usda.gov/awdbWebService/services?WSDL' + #station['source'] = 'https://www.wcc.nrcs.usda.gov/awdbWebService/services?WSDL' + station['source'] = 'https://wcc.sc.egov.usda.gov/awdbWebService/services?WSDL' + station['station_id'] = config['station']['station_id'] station['desired_data'] = config['station']['desired_data'].split(',')