mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Use HTTPS, not HTTP when updating the locations
This commit is contained in:
parent
35539d514a
commit
d8472a33f8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import requests
|
|||
import json
|
||||
import argparse
|
||||
|
||||
NOAA_BASE = "http://www.ncdc.noaa.gov/homr/services/station"
|
||||
NOAA_BASE = "https://www.ncdc.noaa.gov/homr/services/station"
|
||||
|
||||
# Get the noaa station data.
|
||||
# platform is what platform should be searched for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue