Skip to content

Commit

Permalink
Use HTTPS for Weather Underground uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Jan 11, 2018
1 parent 6d14d0c commit 76e7853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '17.11.1'
_release = '1381'
_commit = 'cbe4ceb'
__version__ = '18.01.0'
_release = '1382'
_commit = '6d14d0c'
2 changes: 1 addition & 1 deletion src/pywws/services/underground.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

[config]
url = http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php
url = https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php
catchup = 7
interval = 0
use get = True
Expand Down
2 changes: 1 addition & 1 deletion src/pywws/services/underground_rf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

[config]
url = http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php
url = https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php
catchup = 0
interval = 0
use get = True
Expand Down

0 comments on commit 76e7853

Please sign in to comment.