From 3e00a1c66e9e792c1ebd61a1042a0140df4d02b8 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sun, 6 Dec 2015 12:28:45 -0800 Subject: [PATCH] Fixed bug when posting to WOW --- bin/weewx/restx.py | 2 +- docs/changes.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/weewx/restx.py b/bin/weewx/restx.py index bb8534e8..7a2fe106 100644 --- a/bin/weewx/restx.py +++ b/bin/weewx/restx.py @@ -783,7 +783,7 @@ class WOWThread(AmbientThread): "siteAuthenticationKey=XXX", _url)) return _url - def post_request(self, request): + def post_request(self, request, payload=None): """Version of post_request() for the WOW protocol, which uses a response error code to signal a bad login.""" try: diff --git a/docs/changes.txt b/docs/changes.txt index ba791ff6..ff55fdc1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,11 @@ weewx change history -------------------- +3.3.1 12/06/2015 + +Fixed bug when posting to WOW. + + 3.3.0 12/05/2015 Now really includes wunderfixer. It was inadvertently left out of the install