Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 13, 2016
1 parent 842a9ad commit a15d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoos/collectors/coops/coops_sos.py
Expand Up @@ -5,7 +5,7 @@

class CoopsSos(IoosSweSos):
def __init__(self, **kwargs):
kwargs["url"] = 'http://opendap.co-ops.nos.noaa.gov/ioos-dif-sos/SOS'
kwargs["url"] = 'https://opendap.co-ops.nos.noaa.gov/ioos-dif-sos/SOS'
super(CoopsSos, self).__init__(**kwargs)
self._datum = None
self._dataType = None
Expand Down

0 comments on commit a15d32d

Please sign in to comment.