Skip to content

Commit

Permalink
change endpoints to https
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Jul 29, 2018
1 parent d58116c commit ef7a74f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buoyant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http:https://www.gnu.org/licenses/>.
__version__ = "0.5.1"
__version__ = "0.5.2"

from .buoy import Buoy, Observation
4 changes: 2 additions & 2 deletions buoyant/buoy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from . import properties, timezone

# Both take station as a GET argument.
OBS_ENDPOINT = "http:https://sdf.ndbc.noaa.gov/sos/server.php"
CAM_ENDPOINT = 'http:https://www.ndbc.noaa.gov/buoycam.php'
OBS_ENDPOINT = "https:https://sdf.ndbc.noaa.gov/sos/server.php"
CAM_ENDPOINT = 'https:https://www.ndbc.noaa.gov/buoycam.php'

'''
request=GetObservation
Expand Down

0 comments on commit ef7a74f

Please sign in to comment.