Skip to content

Commit

Permalink
update hostname for ssl certificate error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu authored Jan 23, 2020
1 parent 400acba commit adddcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataretrieval/wqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ def what_sites(**kwargs):


def wqp_url(service):
base_url = 'https://waterqualitydata.us/'
base_url = 'https://www.waterqualitydata.us/'
return '{}{}/Search?'.format(base_url, service)

0 comments on commit adddcfc

Please sign in to comment.